- removed _GNU_SOURCE
authortwisti <none@none>
Sat, 5 Jun 2004 12:22:26 +0000 (12:22 +0000)
committertwisti <none@none>
Sat, 5 Jun 2004 12:22:26 +0000 (12:22 +0000)
- started to set include directories correctly (to support builds in
different build directories)

global.h
src/vm/global.h

index 6b5f42399ba87141c1bcc0ad08a3241ff389e178..bd440143a7a89923934135bb3449c37710ee5293 100644 (file)
--- 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 $
 
 */
 
 #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 <pthread.h>
 #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;
index 6b5f42399ba87141c1bcc0ad08a3241ff389e178..bd440143a7a89923934135bb3449c37710ee5293 100644 (file)
@@ -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 $
 
 */
 
 #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 <pthread.h>
 #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;