diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 4b69f1773..af3505975 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> + + * Makefile.am (EXTRA_DIST): Add const.m4. + + * const.m4: New file. Use an initializer in this declaration + typedef int charset[2]; const charset x; + Reported by Bob Glickstein. + 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> * chown.m4: Fix reversed types on -1 args to chown. |