From: Ian Lance Taylor Date: Tue, 14 Dec 1993 22:34:41 +0000 (+0000) Subject: * ldlex.h: Don't declare yywrap if it is a macro. X-Git-Tag: gdb-4_18~16332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=553b00216200897eefce6d3da3f8a7e61f68c3e4;p=thirdparty%2Fbinutils-gdb.git * ldlex.h: Don't declare yywrap if it is a macro. * ldlex.l: Include sysdep.h. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f02db2d0d0a..7f0632f8a65 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.