diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-15 03:53:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-15 03:53:53 +0000 |
commit | 7ec2fc6f764fef9000cc768516df04035c85ebac (patch) | |
tree | b85799f938b5659b5ce403f577ee4d4403321f53 /libiberty/xmalloc.c | |
parent | eec539c7798006fabf0ceeeac3e64593daed85a7 (diff) | |
download | gdb-7ec2fc6f764fef9000cc768516df04035c85ebac.zip gdb-7ec2fc6f764fef9000cc768516df04035c85ebac.tar.gz gdb-7ec2fc6f764fef9000cc768516df04035c85ebac.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/xmalloc.c')
-rw-r--r-- | libiberty/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index 4c8249a..c3fe1a8 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -68,7 +68,7 @@ function will be called to print an error message and terminate execution. #include <stdio.h> -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include <stddef.h> #else #define size_t unsigned long |