aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
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 c88dcc9..dab5942 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -123,7 +123,6 @@
/* builtin functions or variables */
DEF(TOK_memcpy, "memcpy")
DEF(TOK_memset, "memset")
- DEF(TOK_alloca, "alloca")
DEF(TOK___divdi3, "__divdi3")
DEF(TOK___moddi3, "__moddi3")
DEF(TOK___udivdi3, "__udivdi3")
@@ -188,6 +187,7 @@
DEF(TOK_memmove, "memmove")
DEF(TOK_strlen, "strlen")
DEF(TOK_strcpy, "strcpy")
+ DEF(TOK__alloca, "_alloca")
#endif
/* Tiny Assembler */