Browse Source

* 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.
gdb-4_18-branch
John Gilmore 35 years ago
parent
commit
21a6705a60
  1. 6
      readline/ChangeLog

6
readline/ChangeLog

@ -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) Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
* readline.h: Declare rl_event_hook (which already existed). * readline.h: Declare rl_event_hook (which already existed).

Loading…
Cancel
Save