aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-05-16 22:30:13 +0200
committergrischka <grischka>2009-05-16 22:30:13 +0200
commit110a4edc154f6fb73ef3d312630455f68641123f (patch)
tree341bfb7efbeacd9cf78ae351d2ed931df7f03d08 /tcctok.h
parent68310299b67bef763ba1622dac2aec534e096bf1 (diff)
downloadtinycc-110a4edc154f6fb73ef3d312630455f68641123f.tar.gz
tinycc-110a4edc154f6fb73ef3d312630455f68641123f.tar.bz2
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.
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 1 insertions, 1 deletions
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 */