diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-09-27 12:59:38 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-09-27 12:59:38 +0000 |
commit | c9e7a60950592e24cc380f0237bea7e652b9f3ce (patch) | |
tree | d835d4e32aff0f03e3639d3951a23a7302f304db /gcc/cpplib.h | |
parent | 4cf817a7ebc85c4c12a3480b3179fb517964fdde (diff) | |
download | gcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.zip gcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.tar.gz gcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.tar.bz2 |
cpphash.h: Update comment.
* cpphash.h: Update comment.
* cpplex.c: Update comments.
(_cpp_can_paste): Remove.
* cpplib.h (_cpp_can_paste): Remove.
* cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
lexer rather than _cpp_can_paste.
From-SVN: r45840
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 5dc6828..4404a40 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -496,8 +496,6 @@ extern int cpp_start_read PARAMS ((cpp_reader *, const char *)); extern void cpp_finish PARAMS ((cpp_reader *)); extern int cpp_avoid_paste PARAMS ((cpp_reader *, const cpp_token *, const cpp_token *)); -extern enum cpp_ttype cpp_can_paste PARAMS ((cpp_reader *, const cpp_token *, - const cpp_token *, int *)); extern const cpp_token *cpp_get_token PARAMS ((cpp_reader *)); extern const unsigned char *cpp_macro_definition PARAMS ((cpp_reader *, const cpp_hashnode *)); |