diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 203619f..1f5d6c3 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; |