* c-lex.h (position_after_whitespace): Remove.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 12 Mar 2002 23:30:32 +0000 (23:30 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 12 Mar 2002 23:30:32 +0000 (23:30 +0000)
From-SVN: r50691

gcc/ChangeLog
gcc/c-lex.h

index a8d6824927b5e2ae13c04ee85a6f0ad55b0efaeb..21849b7abf2c6b511fd704b178a0860fd144a162 100644 (file)
@@ -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.
index ac917b5cb5a552d18d82f703576119c8c78fcbd9..1e088dd22cd5aeb27d9b0458a5879411e0a62e5f 100644 (file)
@@ -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 *));