aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
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/parse.y
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/parse.y')
-rw-r--r--gcc/java/parse.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y
index 6784d27..0c2f6b8 100644
--- a/gcc/java/parse.y
+++ b/gcc/java/parse.y
@@ -66,10 +66,6 @@ definitions and other extensions. */
#include "except.h"
#include "defaults.h"
-#ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
-#endif
-
/* Local function prototypes */
static char *java_accstring_lookup PROTO ((int));
static void classitf_redefinition_error PROTO ((const char *,tree, tree, tree));