aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-01-12 05:22:42 +0000
committerMumit Khan <khan@gcc.gnu.org>2000-01-12 05:22:42 +0000
commit5ffb32944a852af7a45f81f4678e9558f3a834e7 (patch)
treef8c2c5e24ebcb82ed9febb7da4deef11c400fb45
parent51149cc88d04c18c7f2d750fd540cdd967eb7d1b (diff)
downloadgcc-5ffb32944a852af7a45f81f4678e9558f3a834e7.zip
gcc-5ffb32944a852af7a45f81f4678e9558f3a834e7.tar.gz
gcc-5ffb32944a852af7a45f81f4678e9558f3a834e7.tar.bz2
lex.c (DIR_SEPARATOR): Delete macro.
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * lex.c (DIR_SEPARATOR): Delete macro. From-SVN: r31345
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/lex.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 031947e..53bf525 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * lex.c (DIR_SEPARATOR): Delete macro.
+
2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
* decl2.c (lang_decode_option): Handle automatic line wrapping
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index 50ae51d..918d05b 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -48,10 +48,6 @@ Boston, MA 02111-1307, USA. */
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
-#ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
-#endif
-
extern void yyprint PROTO((FILE *, int, YYSTYPE));
static tree get_time_identifier PROTO((const char *));