diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-17 17:45:27 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-17 17:45:27 +0000 |
commit | 52767e873132e87c233f6596723a480b3d9c0da1 (patch) | |
tree | c3d7eae3d0bcec0acc818a2a0e4a4b5b20322da4 /readline | |
parent | b90811f914cc5deddde01b9d1a471db8ecf7aba5 (diff) | |
download | gdb-52767e873132e87c233f6596723a480b3d9c0da1.zip gdb-52767e873132e87c233f6596723a480b3d9c0da1.tar.gz gdb-52767e873132e87c233f6596723a480b3d9c0da1.tar.bz2 |
* readline.c (doing_an_undo): Delete second declaration, since it confuses the
alpha-osf1 native compiler.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index d661e3d..da5a087 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 17 12:42:07 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * readline.c (doing_an_undo): Delete second declaration, since it + confuses the alpha-osf1 native compiler. + Sun Jan 16 12:33:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * complete.c, bind.c: Include <sys/stat.h>. |