]> granicus.if.org Git - gc/commitdiff
Fix header filename in gcconfig.h comment
authorIvan Maidanski <ivmai@mail.ru>
Fri, 26 Aug 2016 06:29:35 +0000 (09:29 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 26 Aug 2016 06:29:35 +0000 (09:29 +0300)
* 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).

include/private/gcconfig.h

index 80920e5af570a25d17eb23e84320cd85a4c0bb15..40e4ddc2e7566cc0c986a06d18f4c2ea1337ed72 100644 (file)
  *    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;