diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-03-01 18:58:34 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-03-01 18:58:34 +0000 |
commit | 8bfd30b27f14199b2bc7ed371b604cefcfafa8b0 (patch) | |
tree | 4f04ece8aae86f180015132882367a4df98864bb /readline | |
parent | 0b153077ec28b80ebfa0fb77bf281422c11648c3 (diff) | |
download | fsf-binutils-gdb-8bfd30b27f14199b2bc7ed371b604cefcfafa8b0.zip fsf-binutils-gdb-8bfd30b27f14199b2bc7ed371b604cefcfafa8b0.tar.gz fsf-binutils-gdb-8bfd30b27f14199b2bc7ed371b604cefcfafa8b0.tar.bz2 |
Build without warnings under Linux.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 79328ed..74d8c82 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,12 @@ +Wed Mar 1 13:33:43 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * rltty.c (outchar): Provide prototype for outchar, to silence + type warnings in passing outchar to tputs on systems like Linux + that have full prototypes. + + * signals.c (_rl_output_character_function): Provide prototype to + silence type warnings. + Sun Jan 15 14:10:37 1995 Steve Chamberlain <sac@splat> * rldefs.h: Define MINIMAL for __GO32__ and WIN32. |