lex.c (DIR_SEPARATOR): Delete macro.
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * lex.c (DIR_SEPARATOR): Delete macro. From-SVN: r31345
This commit is contained in:
parent
51149cc88d
commit
5ffb32944a
@ -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
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user