diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-14 06:04:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-14 06:04:23 +0000 |
| commit | 5c784c8f4b7f19422d04565915b27ff9b1ffa07e (patch) | |
| tree | 27ffdc5c4776ede05f0d5d4f961e44f1b439ad90 /lib/libc | |
| parent | 4bf015d5623a4eacc0e1ebd0a5766bc1f9370197 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/i386/gen/alloca.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S index 88643d0867bb..4f44db7267f8 100644 --- a/lib/libc/i386/gen/alloca.S +++ b/lib/libc/i386/gen/alloca.S @@ -34,6 +34,7 @@ * SUCH DAMAGE. */ +#ifndef __GNUC__ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)alloca.s 5.2 (Berkeley) 5/14/90" #endif /* LIBC_SCCS and not lint */ @@ -56,3 +57,4 @@ ENTRY(alloca) pushl 0(%ecx) pushl %eax /* dummy to pop at callsite */ jmp *%edx /* "return" */ +#endif /*__GNUC__*/ |
