diff options
author | Stu Grossman <grossman@cygnus> | 1994-05-04 21:42:06 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-05-04 21:42:06 +0000 |
commit | d32a92614da2060c30a286d11bfb03146bc8dca6 (patch) | |
tree | a3ced981f41d3b88c0985876ef06e8a08001c27f /readline | |
parent | 608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7 (diff) | |
download | binutils-d32a92614da2060c30a286d11bfb03146bc8dca6.zip binutils-d32a92614da2060c30a286d11bfb03146bc8dca6.tar.gz binutils-d32a92614da2060c30a286d11bfb03146bc8dca6.tar.bz2 |
* chardefs.h, rldefs.h: Move decls of string funcs from chardefs.h
to rldefs.h so that they don't pollute apps that include
readline.h.
* history.c: include rldefs.h to get decls of string funcs.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index d461e3f..4968f6c 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,10 @@ +Wed May 4 14:36:53 1994 Stu Grossman (grossman@cygnus.com) + + * chardefs.h, rldefs.h: Move decls of string funcs from chardefs.h + to rldefs.h so that they don't pollute apps that include + readline.h. + * history.c: include rldefs.h to get decls of string funcs. + Wed May 4 12:15:11 1994 Stan Shebs (shebs@andros.cygnus.com) * configure.in (rs6000-bull-bosx*): New configuration, RS/6000 |