]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 7 Jan 1998 07:45:46 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 7 Jan 1998 07:45:46 +0000 (07:45 +0000)
old/fileutils/ChangeLog

index 26774c57ffd69c6fc6a44e9cf4ffb9e010ce5176..9f48ae47bb616ed9cbf97752747d21fa6619d761 100644 (file)
@@ -1,12 +1,12 @@
 1998-01-06  Jim Meyering  <meyering@na-net.ornl.gov>
 
-       * lib/getdate.y: Add %expect directive.
-       Move inclusion of getdate.h and dependent extern declarations down
-       so getdate.h's prototype follows the sometimes-enabled definition
-       of `const' to nothing.  Otherwise, the prototype wouldn't match
-       the definition because of the defined-away `const'.
-       (get_date): ANSI-fy definition.
+       * lib/getdate.y: Move inclusion of getdate.h and dependent extern
+       declarations down so getdate.h's prototype follows the sometimes-
+       enabled definition of `const' to nothing.  Otherwise, the prototype
+       wouldn't match the definition because of the defined-away `const'.
        From Kaveh Ghazi.
+       (get_date): ANSI-fy definition.
+       Add %expect directive.
 
 1998-01-05  Paul Eggert  <eggert@twinsun.com>