summaryrefslogtreecommitdiff
path: root/Mac_files/MacOS_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac_files/MacOS_config.h')
-rw-r--r--Mac_files/MacOS_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac_files/MacOS_config.h b/Mac_files/MacOS_config.h
index 93c3c97a..407bdf15 100644
--- a/Mac_files/MacOS_config.h
+++ b/Mac_files/MacOS_config.h
@@ -72,7 +72,7 @@
// implementations, and it sometimes has a significant performance
// impact. However, it is dangerous for many not-quite-ANSI C
// programs that call things like printf in asynchronous signal handlers.
-// -DOPERATOR_NEW_ARRAY declares that the C++ compiler supports the
+// -DGC_OPERATOR_NEW_ARRAY declares that the C++ compiler supports the
// new syntax "operator new[]" for allocating and deleting arrays.
// See gc_cpp.h for details. No effect on the C part of the collector.
// This is defined implicitly in a few environments.
@@ -86,4 +86,4 @@
// since some ports use malloc or calloc to obtain system memory.
// (Probably works for UNIX, and win32.)
// -DNO_DEBUG removes GC_dump and the debugging routines it calls.
-// Reduces code size slightly at the expense of debuggability. \ No newline at end of file
+// Reduces code size slightly at the expense of debuggability.