OSDN Git Service

2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>
authorkhan <khan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 05:22:42 +0000 (05:22 +0000)
committerkhan <khan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 05:22:42 +0000 (05:22 +0000)
* lex.c (DIR_SEPARATOR): Delete macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31345 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/lex.c

index 031947e..53bf525 100644 (file)
@@ -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
index 50ae51d..918d05b 100644 (file)
@@ -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 *));