From: Ivan Maidanski Date: Fri, 26 Aug 2016 06:29:35 +0000 (+0300) Subject: Fix header filename in gcconfig.h comment X-Git-Tag: v8.0.0~1165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=348af2261bda80c0119e6df424cd84bd17e13e4b;p=gc Fix header filename in gcconfig.h comment * include/private/gcconfig.h: Replace include gc_private.h with gc.h in comment (the header is supposed to be included to declare GC_stackbottom). --- diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 80920e5a..40e4ddc2 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -731,7 +731,7 @@ * the original main program. The new main program would read something * like (provided real_main() is not inlined by the compiler): * - * # include "gc_private.h" + * #include "gc.h" * * main(argc, argv, envp) * int argc;