From c1b7267a2fbd5a379bd0bc450ffdccd9b339c5f5 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sat, 5 Feb 2011 02:31:24 +0100 Subject: [PATCH] Revert "Make TOK_alloca available for x86-64" This reverts commit af26ac56bfc584b70e20158e67f7035024076ec8. --- tcctok.h | 2 -- 1 file changed, 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