From 110a4edc154f6fb73ef3d312630455f68641123f Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 16 May 2009 22:30:13 +0200 Subject: drop alloca #define (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. --- tcctok.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index 97d9507..6dc4778 100644 --- a/tcctok.h +++ b/tcctok.h @@ -228,7 +228,7 @@ DEF(TOK_memmove, "memmove") DEF(TOK_strlen, "strlen") DEF(TOK_strcpy, "strcpy") - DEF(TOK__alloca, "_alloca") + DEF(TOK_alloca, "alloca") #endif /* Tiny Assembler */ -- cgit v1.3.1