1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00
This commit is contained in:
Jim Meyering
1996-02-24 18:29:11 +00:00
parent b12057e3bd
commit 6ff9e537fe
+12
View File
@@ -1,3 +1,15 @@
Sat Feb 24 12:20:58 1996 Jim Meyering (meyering@na-net.ornl.gov)
* readtokens.c: Unprotoize.
* expr.c (cmpf): Indent macro uses so ansi2knr doesn't mistake them
for function dcls and munge them.
(arithf): Likewise.
(arithdivf): Likewise.
* text.c: __P-protect forward declarations.
(main): Protoize function definition.
* date.c (batch_convert): Declare BUFLEN local to be of type size_t,
not int.