X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c57b2479ff8aab8259eecb67aebe3af21da65758..44ea3fbdf5abd13db62696e11e8177e1722e6fc8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 870ebb66..1e67823f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ +2002-01-20 Marc Autret + + * src/system.h: Need to define __attribute__ away for non-GCC + compilers as well (i.e. the vendor C compiler). + Suggested by Albert Chin-A-Young. + +2002-01-11 Tim Van Holder + + * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the + canonical definition. + * src/system.h: Use the canonical definition for PARAMS (avoids + a conflict with the macro from lib/hash.h). + 2002-01-11 Akim Demaille * configure.in: Use AC_FUNC_STRNLEN. + Fixes the failures observed on AIX 4.3 by H.Merijn Brand. 2002-01-09 Akim Demaille