diff options
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 ae4757a..68f9464 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 |