* readline.c (_rl_set_screen_size): Don't compile if __GO32__ is
authorIan Lance Taylor <ian@airs.com>
Mon, 9 May 1994 23:01:56 +0000 (23:01 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 9 May 1994 23:01:56 +0000 (23:01 +0000)
defined.
* rltty.c (control_meta_key): Likewise.
* parens.c: If __GO32__ is defined, undefine FD_SET.
* signals.c: Include SIGWINCH handling in the set of things which
is not done if HANDLE_SIGNALS is not set.

readline/ChangeLog

index f770e648f1a5fc1dd1a21e9a8dd97df60a5df1a9..198eef03b71a3ec660d264dcec99cc70e8574ead 100644 (file)
@@ -2,8 +2,13 @@ Mon May  9 18:29:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * readline.c (readline_default_bindings): Don't compile if
        __GO32__ is defined.
+       (_rl_set_screen_size): Likewise.
        * rltty.c (rltty_set_default_bindings): Likewise.
+       (control_meta_key): Likewise.
        * display.c: If __GO32__ is defined, include <sys/pc.h>.
+       * parens.c: If __GO32__ is defined, undefine FD_SET.
+       * signals.c: Include SIGWINCH handling in the set of things which
+       is not done if HANDLE_SIGNALS is not set.
 
 Fri May  6 13:38:39 1994  Steve Chamberlain  (sac@cygnus.com)
 
This page took 0.025794 seconds and 4 git commands to generate.