From: Ivan Maidanski Date: Sat, 20 Oct 2012 12:16:01 +0000 (+0400) Subject: Document GC_NAMESPACE macro in README X-Git-Tag: gc7_4_0~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2079afcb0627c66a28a830b0652e562a7878300b;p=gc Document GC_NAMESPACE macro in README * doc/README.macros (GC_NAMESPACE): Document. --- diff --git a/doc/README.macros b/doc/README.macros index 6f3a8f50..b7d72019 100644 --- a/doc/README.macros +++ b/doc/README.macros @@ -30,6 +30,9 @@ MACRO EXPLANATION GC_DEBUG Tested by gc.h. Causes all-upper-case macros to expand to calls to debug versions of collector routines. +GC_NAMESPACE Tested by gc_cpp.h. Causes gc_cpp symbols to be defined + in "boehmgc" namespace. + GC_DEBUG_REPLACEMENT Tested by gc.h. Causes GC_MALLOC/REALLOC() to be defined as GC_debug_malloc/realloc_replacement().