From: twisti Date: Sat, 5 Jun 2004 12:22:26 +0000 (+0000) Subject: - removed _GNU_SOURCE X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=de5f7fd94ba647ecb460314b232ea70f92d07f3b;p=cacao.git - removed _GNU_SOURCE - started to set include directories correctly (to support builds in different build directories) --- diff --git a/global.h b/global.h index 6b5f42399..bd440143a 100644 --- a/global.h +++ b/global.h @@ -31,7 +31,7 @@ Philipp Tomsich Edwin Steiner - $Id: global.h 1112 2004-05-31 15:47:20Z jowenn $ + $Id: global.h 1128 2004-06-05 12:22:26Z twisti $ */ @@ -39,12 +39,12 @@ #ifndef _GLOBAL_H #define _GLOBAL_H -#define _GNU_SOURCE #include "config.h" #include "types.h" #include "toolbox/list.h" + #if defined(USE_THREADS) && defined(NATIVE_THREADS) #include #endif @@ -492,7 +492,7 @@ typedef struct primitivetypeinfo { /* field, method and class structures *****************************************/ -#include "sets.h" +#include "jit/sets.h" typedef struct xtafldinfo { bool fieldChecked; classinfo *fldClassType; diff --git a/src/vm/global.h b/src/vm/global.h index 6b5f42399..bd440143a 100644 --- a/src/vm/global.h +++ b/src/vm/global.h @@ -31,7 +31,7 @@ Philipp Tomsich Edwin Steiner - $Id: global.h 1112 2004-05-31 15:47:20Z jowenn $ + $Id: global.h 1128 2004-06-05 12:22:26Z twisti $ */ @@ -39,12 +39,12 @@ #ifndef _GLOBAL_H #define _GLOBAL_H -#define _GNU_SOURCE #include "config.h" #include "types.h" #include "toolbox/list.h" + #if defined(USE_THREADS) && defined(NATIVE_THREADS) #include #endif @@ -492,7 +492,7 @@ typedef struct primitivetypeinfo { /* field, method and class structures *****************************************/ -#include "sets.h" +#include "jit/sets.h" typedef struct xtafldinfo { bool fieldChecked; classinfo *fldClassType;