From: Tim Van Holder Date: Fri, 11 Jan 2002 15:32:06 +0000 (+0000) Subject: * src/system.h, lib/hash.h, lib/hash.c: PARAMS fixes. X-Git-Tag: before-m4-back-end~19 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/338963d177090ed5e34b92144c48d2c5758064e3?ds=sidebyside * src/system.h, lib/hash.h, lib/hash.c: PARAMS fixes. --- diff --git a/ChangeLog b/ChangeLog index a225fb4e..de5c3c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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.