From da54323470d1d8875c17b6e651838211d933b0d4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 4 Nov 2004 16:11:30 +0000 Subject: gty.texi, [...]: Don't reference specific C parser files in examples. * doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't reference specific C parser files in examples. From-SVN: r90065 --- gcc/doc/gty.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/gty.texi') diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index c375e24..dafad02 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -424,7 +424,7 @@ header file that should be included in the source file you just changed. The file will be called @file{gt-@var{path}.h} where @var{path} is the pathname relative to the @file{gcc} directory with slashes replaced by @verb{|-|}, so for example the header file to be included in -@file{objc/objc-parse.c} is called @file{gt-objc-objc-parse.c}. The +@file{cp/parser.c} is called @file{gt-cp-parser.c}. The generated header file should be included after everything else in the source file. Don't forget to mention this file as a dependency in the @file{Makefile}! -- cgit v1.1