From: Ivan Maidanski Date: Thu, 16 Feb 2012 17:30:53 +0000 (+0400) Subject: Update comment for GC_INNER macro X-Git-Tag: gc7_3alpha2~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6732270a47e52aebed3eb50fc93ceb86c551aad2;p=gc Update comment for GC_INNER macro * include/private/gc_priv.h (GC_INNER): Update comment. --- diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index 18e6f963..69c2bf08 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -100,8 +100,8 @@ typedef char * ptr_t; /* A generic pointer to which we can add */ /* for the GC-scope function definitions and prototypes. Must not be */ /* used in gcconfig.h. Shouldn't be used for the debugging-only */ /* functions. Currently, not used for the functions declared in or */ - /* called from the "dated" source files (pcr_interface.c, specific.c */ - /* and in the "extra" folder). */ + /* called from the "dated" source files (pcr_interface.c and files */ + /* located in the "extra" folder). */ # if defined(GC_DLL) && defined(__GNUC__) && !defined(MSWIN32) \ && !defined(MSWINCE) && !defined(CYGWIN32) # if __GNUC__ >= 4