From a8a0cd20f8537ee9f49b3a9d29acc02a7d5ab895 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 20 Sep 2016 10:48:32 +0000 Subject: avoid annoying C compiler warnings for _X86_ git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2739 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/types.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backendC') diff --git a/backendC/CleanCompilerSources/types.t b/backendC/CleanCompilerSources/types.t index 987d0b5..3335b16 100644 --- a/backendC/CleanCompilerSources/types.t +++ b/backendC/CleanCompilerSources/types.t @@ -53,7 +53,9 @@ typedef unsigned long SysTime; # ifdef __MWERKS__ # include # else -# define _X86_ +# ifndef _X86_ +# define _X86_ +# endif # endif # include # include -- cgit v1.2.3