diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-11-04 15:31:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-11-04 15:31:02 +0000 |
commit | ef1b626858553654d77c184dd9356120bc35bd4f (patch) | |
tree | 31c8ab7f429e9e4ccce637acc499fad636ef5d52 /include/ChangeLog | |
parent | 9159aa3097d5a078d017a23b33d650f599116a41 (diff) | |
download | gdb-ef1b626858553654d77c184dd9356120bc35bd4f.zip gdb-ef1b626858553654d77c184dd9356120bc35bd4f.tar.gz gdb-ef1b626858553654d77c184dd9356120bc35bd4f.tar.bz2 |
bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so widening works
consistently.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 08bd911..9b3d573 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,7 +1,11 @@ +Wed Nov 4 07:28:05 1992 Ken Raeburn (raeburn@cygnus.com) + + * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so + widening works consistently. + Fri Oct 16 03:17:08 1992 John Gilmore (gnu@cygnus.com) - * getopt.h (struct option): RMS decided we should do it the - other way. + * getopt.h: Update to Revised Standard FSF Version. Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com) |