aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2004-11-04 16:11:30 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2004-11-04 16:11:30 +0000
commitda54323470d1d8875c17b6e651838211d933b0d4 (patch)
tree176fdb2601e421b0d956cec4d94ed69f7bd81920 /gcc/doc/gty.texi
parent04466541694c16ab99f6905a902110eb50381068 (diff)
downloadgcc-da54323470d1d8875c17b6e651838211d933b0d4.zip
gcc-da54323470d1d8875c17b6e651838211d933b0d4.tar.gz
gcc-da54323470d1d8875c17b6e651838211d933b0d4.tar.bz2
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
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi2
1 files changed, 1 insertions, 1 deletions
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}!