diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
commit | 21cbc60c52be1f9658e440322f49c1fb6d33078c (patch) | |
tree | f177a8210c9e75a2acf25cdc02b839997760b270 /gdb/acconfig.h | |
parent | ca39bf77b061e85529dbcc924aab350c51780194 (diff) | |
download | binutils-gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.tar.gz |
Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be>
* configure.in (strerror): Check if function must be declared.
* acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
* gdb_string.h (strerror): Function declaration issued if
NEED_DECLARATION_STRERROR.
* configure, config.in : Files regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index e3d108261ea..5b9a92432d3 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -7,6 +7,9 @@ /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE + +/* Whether strerror must be declared even if <string.h> is included. */ +#undef NEED_DECLARATION_STRERROR @TOP@ /* Define if fpregset_t type is available. */ |