diff options
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-x | gcc/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h index 26ee715..d9ac466 100755 --- a/gcc/system.h +++ b/gcc/system.h @@ -98,6 +98,4 @@ extern void *xrealloc(void *, size_t); extern void *xcalloc(size_t, size_t); extern char *xstrdup(const char *); -extern void *alloca(size_t); - #endif /* __GCC_SYSTEM_H__ */ |