From: Brendan Kehoe Date: Fri, 23 Oct 1992 22:45:43 +0000 (-0400) Subject: (P_tmpdir): Remove definition. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06285c0cb3fc374205593cd54a98d097f315a411;p=platform%2Fupstream%2Fgcc.git (P_tmpdir): Remove definition. From-SVN: r2581 --- diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 15b26a8..8632be4 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -96,11 +96,6 @@ extern char *output_call (); #define TARGET_DEFAULT 0 #endif -/* Convex ships /tmp as a separate file system - thus it - usually has more free space than /usr/tmp */ - -#define P_tmpdir "/tmp/" - /* Allow $ in identifiers. */ #define DOLLARS_IN_IDENTIFIERS 2