diff options
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r-- | gcc/java/jcf-write.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 36f009b..fcdd424 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -40,10 +40,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "ggc.h" #include "tm_p.h" -#ifndef DIR_SEPARATOR -#define DIR_SEPARATOR '/' -#endif - extern struct obstack temporary_obstack; /* Base directory in which `.class' files should be written. |