[Gd-chatter] r11160 - trunk/fundev/sources/lib/run-time
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Sat Feb 3 00:21:22 CET 2007
Author: hannes
Date: Sat Feb 3 00:21:20 2007
New Revision: 11160
Modified:
trunk/fundev/sources/lib/run-time/collector.c
trunk/fundev/sources/lib/run-time/linux-threads-primitives.c
Log:
Job: fd
Include boehm-gc via system include
Modified: trunk/fundev/sources/lib/run-time/collector.c
==============================================================================
--- trunk/fundev/sources/lib/run-time/collector.c (original)
+++ trunk/fundev/sources/lib/run-time/collector.c Sat Feb 3 00:21:20 2007
@@ -90,7 +90,7 @@
#endif
#ifdef BOEHM_GC
-#include "gc.h"
+#include <gc/gc.h>
#define MAX_BOEHM_HEAP_SIZE (176 * 1024 * 1024)
/* #define INITIAL_BOEHM_HEAP_SIZE (50 * 1024 * 1024) */
#define NO_FINALIZATION
Modified: trunk/fundev/sources/lib/run-time/linux-threads-primitives.c
==============================================================================
--- trunk/fundev/sources/lib/run-time/linux-threads-primitives.c (original)
+++ trunk/fundev/sources/lib/run-time/linux-threads-primitives.c Sat Feb 3 00:21:20 2007
@@ -25,7 +25,7 @@
#include <sys/types.h>
#ifdef BOEHM_GC
-#include "gc.h"
+#include <gc/gc.h>
#endif
#include "linux-types.h"
More information about the chatter
mailing list