diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-22 01:06:47 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-22 01:06:47 +0000 |
commit | 7b29cac19189512b450d57d31211063d9c1290b1 (patch) | |
tree | e2ea112a7f6446fc690d656a0d4f3ff822cebbb2 /gcc/cpplib.h | |
parent | 21147bdbbb3ec8285e54ea73e907df420e530dce (diff) | |
download | gcc-7b29cac19189512b450d57d31211063d9c1290b1.tar.gz |
Merged in earlier cccp.c changes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index ae4757a76bf..68f946418f3 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -650,8 +650,6 @@ extern cpp_buffer* cpp_pop_buffer PARAMS ((cpp_reader *)); extern cpp_hashnode* cpp_lookup PARAMS ((cpp_reader*, const U_CHAR*, int, int)); -extern long cpp_parse_expr PARAMS ((cpp_reader*)); - #ifdef __cplusplus } #endif |