From: Neil Booth Date: Tue, 12 Mar 2002 23:30:32 +0000 (+0000) Subject: * c-lex.h (position_after_whitespace): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35bb2beeac02c760aac69d0eff9605bf9c2f2204;p=gcc.git * c-lex.h (position_after_whitespace): Remove. From-SVN: r50691 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8d6824927b..21849b7abf2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-12 Neil Booth + + * c-lex.h (position_after_whitespace): Remove. + 2002-03-12 Jakub Jelinek * c-lex.c (cb_ident, c_lex): Remove unnecessary cast. diff --git a/gcc/c-lex.h b/gcc/c-lex.h index ac917b5cb5a..1e088dd22cd 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -22,7 +22,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define GCC_C_LEX_H extern tree make_pointer_declarator PARAMS ((tree, tree)); -extern void position_after_white_space PARAMS ((void)); extern int c_lex PARAMS ((tree *)); extern const char *init_c_lex PARAMS ((const char *));