diff options
Diffstat (limited to 'lib/alloca.c')
-rw-r--r-- | lib/alloca.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/alloca.c b/lib/alloca.c index 9c87b92..ee0f018 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -1,5 +1,3 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* alloca.c -- allocate automatically reclaimed memory (Mostly) portable public-domain implementation -- D A Gwyn @@ -477,4 +475,4 @@ i00afunc (long address) # endif /* CRAY */ # endif /* no alloca */ -#endif /* not GCC version 3 */ +#endif /* not GCC 2 */ |