From 448e9cce6d8756a2cca1c389905aed96d97cfedc Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 21 May 2019 14:02:39 -0700 Subject: Handle alternate keywords in the compiler itself --- configure | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure') diff --git a/configure b/configure index af9a3f5..c4203f5 100755 --- a/configure +++ b/configure @@ -139,16 +139,6 @@ static char *preprocesscmd[] = { /* ignore attributes and extension markers */ "-D", "__attribute__(x)=", "-D", "__extension__=", - - /* alternate keywords */ - "-D", "__alignof__=_Alignof", - "-D", "__asm=__asm__", - "-D", "__inline=inline", - "-D", "__inline__=inline", - "-D", "__signed=signed", - "-D", "__signed__=signed", - "-D", "__thread=_Thread_local", - "-D", "__volatile__=volatile", $defines}; static char *codegencmd[] = {"$DEFAULT_QBE", "-t", "$qbetarget"}; static char *assemblecmd[] = {"$DEFAULT_ASSEMBLER"}; -- cgit v1.2.3