diff options
author | Ben Elliston <bje@gnu.org> | 2005-07-22 13:21:19 +1000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2005-07-22 13:21:19 +1000 |
commit | b4db223f6e04a59bab5f87e23c812b3952024c64 (patch) | |
tree | 46156482c1c398efc4b9468c8105974454e4e1d7 /libiberty/objalloc.c | |
parent | 8b82b724829a3715136860ab6528ec435855f1aa (diff) | |
download | gcc-b4db223f6e04a59bab5f87e23c812b3952024c64.zip gcc-b4db223f6e04a59bab5f87e23c812b3952024c64.tar.gz gcc-b4db223f6e04a59bab5f87e23c812b3952024c64.tar.bz2 |
Recover patch lost in the sourceware repository:
2005-07-09 Ben Elliston <bje@au.ibm.com>
* memcpy.c: Remove ANSI_PROTOTYPES conditional code.
* memmove.c: Likewise.
* objalloc.c: Likewise.
From-SVN: r102268
Diffstat (limited to 'libiberty/objalloc.c')
-rw-r--r-- | libiberty/objalloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index d3d2d16..3ddac2c 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.c @@ -30,10 +30,8 @@ Boston, MA 02110-1301, USA. */ #include <unixlib.h> #else -#ifdef ANSI_PROTOTYPES /* Get a definition for size_t. */ #include <stddef.h> -#endif #ifdef HAVE_STDLIB_H #include <stdlib.h> |