summaryrefslogtreecommitdiffstats
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-28 23:06:10 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-28 23:06:10 +0000
commit49045bb4d138deb38b452e6be6c77239d8289a55 (patch)
tree3296383554cf8641e0ecd0dce811b757bb507ceb /gcc/cppfiles.c
parent842a17d7105087922fddd4764584665227fc7dc5 (diff)
downloadppe42-gcc-49045bb4d138deb38b452e6be6c77239d8289a55.tar.gz
ppe42-gcc-49045bb4d138deb38b452e6be6c77239d8289a55.zip
In gcc/:
2003-02-28 Geoffrey Keating <geoffk@apple.com> * doc/invoke.texi: Change .pch to .gch. * cppfiles.c (open_file_pch): Likewise. * gcc.c (default_compilers): Likewise. In gcc/testsuite/: 2003-02-28 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pch/pch.exp: Change .pch to .gch. * g++.dg/pch/pch.exp: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index 203619f30b8..1f5d6c3de51 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -1,5 +1,5 @@
/* Part of CPP library. (include file handling)
- Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998,
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, 2003,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
@@ -362,7 +362,7 @@ open_file_pch (pfile, filename)
splay_tree_node nd;
memcpy (pchname, filename, namelen);
- memcpy (pchname + namelen, ".pch", 5);
+ memcpy (pchname + namelen, ".gch", 5);
nd = find_or_create_entry (pfile, pchname);
file = (struct include_file *) nd->value;
OpenPOWER on IntegriCloud