Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!apple!sun!bitbug From: bitbug@lonewolf.sun.com (James Buster) Newsgroups: gnu.bash.bug Subject: Bug in readline.c Message-ID: Date: 13 Jun 89 19:38:17 GMT Sender: news@sun.Eng.Sun.COM Distribution: gnu Organization: Sun Microsystems Federal, Inc. Lines: 20 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 --------------------------------------------