diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-02 10:18:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-02 10:18:15 +0000 |
| commit | dad085251b33ea35bd93522a98d4a54bf7fdfbde (patch) | |
| tree | 03217800ac8d41e0e851ad678aea070c6f5a4840 /contrib/gdb/libiberty/alloca-norm.h | |
| parent | f2489878f0ac9621ddd293f6f626b62ec6e8f5f4 (diff) | |
Notes
Diffstat (limited to 'contrib/gdb/libiberty/alloca-norm.h')
| -rw-r--r-- | contrib/gdb/libiberty/alloca-norm.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/gdb/libiberty/alloca-norm.h b/contrib/gdb/libiberty/alloca-norm.h deleted file mode 100644 index 8d91b5ad4295..000000000000 --- a/contrib/gdb/libiberty/alloca-norm.h +++ /dev/null @@ -1,16 +0,0 @@ -/* "Normal" configuration for alloca. */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else /* not __GNUC__ */ -#ifdef sparc -#include <alloca.h> -extern char *__builtin_alloca(); /* Stupid include file doesn't declare it */ -#else -#ifdef __STDC__ -PTR alloca (size_t); -#else -PTR alloca (); /* must agree with functions.def */ -#endif -#endif /* sparc */ -#endif /* not __GNUC__ */ |
