* readline.c: Can't initialize FILE *'s with stdin and stdout,

because they might not be constant.  Patch from Tom Quinn,
trq@dinoysos.thphys.ox.ac.uk.
This commit is contained in:
John Gilmore 1992-05-20 05:53:33 +00:00
parent 93ac5532df
commit 21a6705a60
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com)
* readline.c: Can't initialize FILE *'s with stdin and stdout,
because they might not be constant. Patch from Tom Quinn,
trq@dinoysos.thphys.ox.ac.uk.
Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
* readline.h: Declare rl_event_hook (which already existed).