lex.c (DIR_SEPARATOR): Delete macro.
authorMumit Khan <khan@xraylith.wisc.edu>
Wed, 12 Jan 2000 05:22:42 +0000 (05:22 +0000)
committerMumit Khan <khan@gcc.gnu.org>
Wed, 12 Jan 2000 05:22:42 +0000 (05:22 +0000)
2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>

* lex.c (DIR_SEPARATOR): Delete macro.

From-SVN: r31345

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 *));