diff lib/ChangeLog @ 3977:bbfbba55424c

Move to ANSI C.
author Bruno Haible <bruno@clisp.org>
date Tue, 19 Nov 2002 13:32:42 +0000
parents e34e6bd35c66
children 55eb3920b607
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-19  Bruno Haible  <bruno@clisp.org>
+
+	* gcd.h (PARAMS): Remove macro.
+	(gcd): Use ANSI C function declarations.
+	* gcd.c (gcd): Likewise.
+
 2002-11-15  Bruno Haible  <bruno@clisp.org>
 
 	* strcspn.c: Include <stddef.h>.