diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-08 00:44:03 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-08 00:44:03 +0000 |
commit | 6b5151c2368b9fd935ffc7fbb345fe0b3fafafc5 (patch) | |
tree | 8c9ea9710ea1878744b59e950a9ef04518ca1e81 /readline | |
parent | 776f259038aaa2025f695d658c0c51f284fdcafd (diff) | |
download | binutils-6b5151c2368b9fd935ffc7fbb345fe0b3fafafc5.zip binutils-6b5151c2368b9fd935ffc7fbb345fe0b3fafafc5.tar.gz binutils-6b5151c2368b9fd935ffc7fbb345fe0b3fafafc5.tar.bz2 |
Fix warnings under Linux
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 0936de8..930309f 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 7 20:36:16 1995 Michael Meissner <meissner@cygnus.com> + + * rltty.c (outchar): Return an int, like tputs expects. + Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com> Fixes for when the host WIN32, but not MSC. |