aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-05 02:31:24 +0100
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-05 02:33:45 +0100
commitc1b7267a2fbd5a379bd0bc450ffdccd9b339c5f5 (patch)
tree6ad2e1c0ec8e5eba041f37e195f564b3fe33c718 /tcctok.h
parent4b8470f3ae85fccd63d751969a237998bd4a00a2 (diff)
downloadtinycc-c1b7267a2fbd5a379bd0bc450ffdccd9b339c5f5.tar.gz
tinycc-c1b7267a2fbd5a379bd0bc450ffdccd9b339c5f5.tar.bz2
Revert "Make TOK_alloca available for x86-64"
This reverts commit af26ac56bfc584b70e20158e67f7035024076ec8.
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcctok.h b/tcctok.h
index 4311345..ec14c1a 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -237,8 +237,6 @@
DEF(TOK_memmove, "memmove")
DEF(TOK_strlen, "strlen")
DEF(TOK_strcpy, "strcpy")
-#endif
-#if defined __i386__ || defined __x86_64__
DEF(TOK_alloca, "alloca")
#endif