diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-14 22:34:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-14 22:34:41 +0000 |
commit | 553b00216200897eefce6d3da3f8a7e61f68c3e4 (patch) | |
tree | 5a738a105cd37134a57a044883cd22a04af3b70c /ld | |
parent | 498fbd3c5611b62d395c7cedfffb13ce9fbbcf76 (diff) | |
download | gdb-553b00216200897eefce6d3da3f8a7e61f68c3e4.zip gdb-553b00216200897eefce6d3da3f8a7e61f68c3e4.tar.gz gdb-553b00216200897eefce6d3da3f8a7e61f68c3e4.tar.bz2 |
* ldlex.h: Don't declare yywrap if it is a macro.
* ldlex.l: Include sysdep.h.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f02db2d..7f0632f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ Tue Dec 14 17:19:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ldlex.h: Don't declare yywrap if it is a macro. + * ldlex.l: Include sysdep.h. * ldlang.c (lang_for_each_statement_worker, lang_for_each_statement): Forgot to use PARAMS. |