diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-14 21:47:50 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-14 21:47:50 +0000 |
commit | b717e1619365c61b87f5e3ebe26f58676263fc57 (patch) | |
tree | f86d032aa7796736ae3b48b9d527b9b116caa900 /gcc/c-common.h | |
parent | 525e21251d95df8dd7b4e5552ccc4fcda731a878 (diff) | |
download | gcc-b717e1619365c61b87f5e3ebe26f58676263fc57.tar.gz |
/home/neil/diffs/include.log
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index ddd557da09c..472cb50770e 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1,6 +1,6 @@ /* Definitions for c-common.c. Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -1295,9 +1295,11 @@ extern void c_common_write_pch PARAMS ((void)); extern void builtin_define_with_value PARAMS ((const char *, const char *, int)); extern void c_stddef_cpp_builtins PARAMS ((void)); +extern void fe_file_change PARAMS ((const struct line_map *)); /* In c-ppoutput.c */ extern void init_pp_output PARAMS ((FILE *)); extern void preprocess_file PARAMS ((cpp_reader *)); +extern void pp_file_change PARAMS ((const struct line_map *)); #endif /* ! GCC_C_COMMON_H */ |