diff options
author | Steve Chamberlain <sac@cygnus> | 1995-01-15 22:33:04 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-01-15 22:33:04 +0000 |
commit | a465efbb389cf849a0dc4ba4cbf4010230587c12 (patch) | |
tree | 608efb1dced0ac9946737a3113e48bffe03f9c88 /readline/ChangeLog | |
parent | Sun Jan 15 13:57:45 1995 Steve Chamberlain <sac@splat> (diff) | |
download | binutils-gdb-a465efbb389cf849a0dc4ba4cbf4010230587c12.tar.gz binutils-gdb-a465efbb389cf849a0dc4ba4cbf4010230587c12.tar.bz2 binutils-gdb-a465efbb389cf849a0dc4ba4cbf4010230587c12.zip |
* rldefs.h: Define MINIMAL for __GO32__ and WIN32.
* complete.c, display.c, readline.c, rltty.c: Test MINIMAL
instead of __GO32__.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 5454df7f61f..79328ed6883 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,9 @@ +Sun Jan 15 14:10:37 1995 Steve Chamberlain <sac@splat> + + * rldefs.h: Define MINIMAL for __GO32__ and WIN32. + * complete.c, display.c, readline.c, rltty.c: Test MINIMAL + instead of __GO32__. + Wed Aug 24 13:04:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * configure.in: Change i[34]86 to i[345]86. |