aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-01-12 05:21:12 +0000
committerMumit Khan <khan@gcc.gnu.org>2000-01-12 05:21:12 +0000
commit51149cc88d04c18c7f2d750fd540cdd967eb7d1b (patch)
treed1a640c0c452fe9b827bbdddf82f28119ad03555 /gcc/java/jcf-write.c
parentb903d81e07581446e35d3ce129ab4d91dc5463b6 (diff)
downloadgcc-51149cc88d04c18c7f2d750fd540cdd967eb7d1b.zip
gcc-51149cc88d04c18c7f2d750fd540cdd967eb7d1b.tar.gz
gcc-51149cc88d04c18c7f2d750fd540cdd967eb7d1b.tar.bz2
jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros. * jcf-write.c: Likewise. * parse.y: Likewise. * parse.c: Regenerate. From-SVN: r31344
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r--gcc/java/jcf-write.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c
index 0ddfa9e..5fb1219 100644
--- a/gcc/java/jcf-write.c
+++ b/gcc/java/jcf-write.c
@@ -35,10 +35,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "buffer.h"
#include "toplev.h"
-#ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
-#endif
-
extern struct obstack temporary_obstack;
/* Base directory in which `.class' files should be written.