summaryrefslogtreecommitdiff
path: root/doc/README.Mac
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.Mac')
-rw-r--r--doc/README.Mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.Mac b/doc/README.Mac
index ae9c1d5e..b47d0f96 100644
--- a/doc/README.Mac
+++ b/doc/README.Mac
@@ -175,7 +175,7 @@ of every source file. I used these:
//#define DONT_ADD_BYTE_AT_END // disables the padding if defined.
//#define SMALL_CONFIG // whether to use a smaller heap.
#define NO_SIGNALS // signals aren't real on the Macintosh.
- #define ATOMIC_UNCOLLECTABLE // GC_malloc_atomic_uncollectable()
+ #define GC_ATOMIC_UNCOLLECTABLE // GC_malloc_atomic_uncollectable()
// define either or none as per personal preference
// used in malloc.c