diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1992-10-23 18:45:43 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1992-10-23 18:45:43 -0400 |
commit | 06285c0cb3fc374205593cd54a98d097f315a411 (patch) | |
tree | 1e0aa3cce606f90b3e0c53653ad13154f7419e20 /gcc | |
parent | 9155df2b1b49d0966f57d5274331586127567dba (diff) | |
download | gcc-06285c0cb3fc374205593cd54a98d097f315a411.zip gcc-06285c0cb3fc374205593cd54a98d097f315a411.tar.gz gcc-06285c0cb3fc374205593cd54a98d097f315a411.tar.bz2 |
(P_tmpdir): Remove definition.
From-SVN: r2581
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/convex/convex.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |