* 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
+7
View File
@@ -1,3 +1,10 @@
2002-01-11 Tim Van Holder <[email protected]>
* 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 <[email protected]>
* configure.in: Use AC_FUNC_STRNLEN.