From 39cad4254c1b7ebab2d4e7bf46591452aaeda639 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 9 May 2019 14:01:19 -0700 Subject: Add alternate __volatile__ keyword --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 4337c75..378e2e6 100755 --- a/configure +++ b/configure @@ -145,6 +145,7 @@ static char *preprocesscmd[] = { "-D", "__inline__=inline", "-D", "__signed__=signed", "-D", "__thread=_Thread_local", + "-D", "__volatile__=volatile", $gnuc$defines}; static char *codegencmd[] = {"$DEFAULT_QBE", "-t", "$qbetarget"}; static char *assemblecmd[] = {"$DEFAULT_ASSEMBLER"}; -- cgit v1.2.3