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 80920e5..40e4ddc 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;