Commit 35bb2bee by Neil Booth Committed by Neil Booth

* c-lex.h (position_after_whitespace): Remove.

From-SVN: r50691
parent 62ae2529
2002-03-12 Neil Booth <neil@daikokuya.demon.co.uk>
* c-lex.h (position_after_whitespace): Remove.
2002-03-12 Jakub Jelinek <jakub@redhat.com> 2002-03-12 Jakub Jelinek <jakub@redhat.com>
* c-lex.c (cb_ident, c_lex): Remove unnecessary cast. * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
......
...@@ -22,7 +22,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -22,7 +22,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define GCC_C_LEX_H #define GCC_C_LEX_H
extern tree make_pointer_declarator PARAMS ((tree, tree)); extern tree make_pointer_declarator PARAMS ((tree, tree));
extern void position_after_white_space PARAMS ((void));
extern int c_lex PARAMS ((tree *)); extern int c_lex PARAMS ((tree *));
extern const char *init_c_lex PARAMS ((const char *)); extern const char *init_c_lex PARAMS ((const char *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment