aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Mac_files/MacOS_Test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/Mac_files/MacOS_Test_config.h')
-rw-r--r--boehm-gc/Mac_files/MacOS_Test_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Mac_files/MacOS_Test_config.h b/boehm-gc/Mac_files/MacOS_Test_config.h
index c95f4bb2f3e..4e5d2527788 100644
--- a/boehm-gc/Mac_files/MacOS_Test_config.h
+++ b/boehm-gc/Mac_files/MacOS_Test_config.h
@@ -74,7 +74,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.