From 49045bb4d138deb38b452e6be6c77239d8289a55 Mon Sep 17 00:00:00 2001 From: geoffk Date: Fri, 28 Feb 2003 23:06:10 +0000 Subject: In gcc/: 2003-02-28 Geoffrey Keating * 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 * 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 --- gcc/cppfiles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cppfiles.c') 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; -- cgit v1.2.3