aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-lex.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a8d6824..21849b7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
diff --git a/gcc/c-lex.h b/gcc/c-lex.h
index ac917b5..1e088dd 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 *));