* src/system.h, lib/hash.h, lib/hash.c: PARAMS fixes.

This commit is contained in:
Tim Van Holder
2002-01-11 15:32:06 +00:00
parent e1dd105c0a
commit 338963d177

View File

@@ -1,3 +1,10 @@
2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
* 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 <akim@epita.fr>
* configure.in: Use AC_FUNC_STRNLEN.