diff options
author | DJ Delorie <dj@delorie.com> | 2005-07-22 03:26:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-07-22 03:26:05 +0000 |
commit | 55b412e5f10d0a07d381e5b0746f4ae64545dce9 (patch) | |
tree | 02d2a6a8d60ad6bcfd9932ccf55d5107dff81ed5 /libiberty/memcpy.c | |
parent | e2d990812a449d4cbcf04c38b2578b9ba3a459e6 (diff) | |
download | gdb-55b412e5f10d0a07d381e5b0746f4ae64545dce9.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/memcpy.c')
-rw-r--r-- | libiberty/memcpy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libiberty/memcpy.c b/libiberty/memcpy.c index 8a97b85b06a..9b5b24295df 100644 --- a/libiberty/memcpy.c +++ b/libiberty/memcpy.c @@ -13,11 +13,7 @@ Copies @var{length} bytes from memory region @var{in} to region */ #include <ansidecl.h> -#ifdef ANSI_PROTOTYPES #include <stddef.h> -#else -#define size_t unsigned long -#endif void bcopy (const void*, void*, size_t); |