From ec5035bd9b6a052126d9631331ff924fc9cc28e6 Mon Sep 17 00:00:00 2001 From: Matthias Kilian Date: Sun, 12 Sep 2010 18:15:18 +0000 Subject: [PATCH] Remove duplicated #defines for FreeBSD --- compiler/nativeGen/NCG.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h index 5921518..6771b75 100644 --- a/compiler/nativeGen/NCG.h +++ b/compiler/nativeGen/NCG.h @@ -110,11 +110,4 @@ #else # define IF_OS_darwin(x,y) y #endif --- - - - - - - - - - - - - - - - - - - - - - -#if freebsd_TARGET_OS -# define IF_OS_freebsd(x,y) x -#else -# define IF_OS_freebsd(x,y) y -#endif ---------------------------------------------- #endif -- 1.7.10.4