* include/private/gcconfig.h [!HEAP_START] (HEAP_START): Define to 0 by
default (if not previously defined in the file).
* os_dep.c (HEAP_START): Remove.
# define DATASTART GC_data_start
#endif
+#ifndef HEAP_START
+# define HEAP_START ((ptr_t)0)
+#endif
+
#ifndef CLEAR_DOUBLE
# define CLEAR_DOUBLE(x) (((word*)(x))[0] = 0, ((word*)(x))[1] = 0)
#endif
# define OPT_MAP_ANON 0
#endif
-#ifndef HEAP_START
-# define HEAP_START ((ptr_t)0)
-#endif
-
#ifdef SYMBIAN
extern char* GC_get_private_path_and_zero_file(void);
#endif