[gnu.bash.bug] Bug in readline.c

bitbug@lonewolf.sun.com (James Buster) (06/14/89)

In readline.c:

The code:
#ifdef SHELL
#include "variables.h"
#include "builtins.h"
#endif
should be moved to line 60, after `#include "history.h"'.
This gets rid of lots of `redeclaration of foo()' errors.

rl_handle_sigwinch() should be type "static int".
`static void move_cursor_relative ();' needs to be added at line 935.
`static void output_some_chars ();' needs to be added at line 936.
--
--------------------------------------------
	     James Buster
	Mad Hacker Extraordinaire
	 bitbug@lonewolf.sun.com
	 sun.com!lonewolf!bitbug
--------------------------------------------