From 5ffb32944a852af7a45f81f4678e9558f3a834e7 Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Wed, 12 Jan 2000 05:22:42 +0000 Subject: [PATCH] lex.c (DIR_SEPARATOR): Delete macro. 2000-01-11 Mumit Khan * lex.c (DIR_SEPARATOR): Delete macro. From-SVN: r31345 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/lex.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 031947e586c..53bf525d248 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-01-11 Mumit Khan + + * lex.c (DIR_SEPARATOR): Delete macro. + 2000-01-12 Gabriel Dos Reis * decl2.c (lang_decode_option): Handle automatic line wrapping diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 50ae51dad41..918d05b6e4f 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 *)); -- 2.30.2