aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-01-17 17:45:27 +0000
committerKen Raeburn <raeburn@cygnus>1994-01-17 17:45:27 +0000
commit52767e873132e87c233f6596723a480b3d9c0da1 (patch)
treec3d7eae3d0bcec0acc818a2a0e4a4b5b20322da4 /readline
parentb90811f914cc5deddde01b9d1a471db8ecf7aba5 (diff)
downloadfsf-binutils-gdb-52767e873132e87c233f6596723a480b3d9c0da1.zip
fsf-binutils-gdb-52767e873132e87c233f6596723a480b3d9c0da1.tar.gz
fsf-binutils-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/ChangeLog5
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>.