From 6732270a47e52aebed3eb50fc93ceb86c551aad2 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 16 Feb 2012 21:30:53 +0400 Subject: [PATCH] Update comment for GC_INNER macro * include/private/gc_priv.h (GC_INNER): Update comment. --- include/private/gc_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0