From: Mumit Khan Date: Wed, 12 Jan 2000 05:22:42 +0000 (+0000) Subject: lex.c (DIR_SEPARATOR): Delete macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ffb32944a852af7a45f81f4678e9558f3a834e7;p=gcc.git lex.c (DIR_SEPARATOR): Delete macro. 2000-01-11 Mumit Khan * lex.c (DIR_SEPARATOR): Delete macro. From-SVN: r31345 --- 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 *));