aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-03-12 23:30:32 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-03-12 23:30:32 +0000
commit35bb2beeac02c760aac69d0eff9605bf9c2f2204 (patch)
tree18344df608e6ff2028fe3454bc950254fe4350b8 /gcc
parent62ae25292b0fc269e22127fa350221fb957f2ad8 (diff)
downloadgcc-35bb2beeac02c760aac69d0eff9605bf9c2f2204.zip
gcc-35bb2beeac02c760aac69d0eff9605bf9c2f2204.tar.gz
gcc-35bb2beeac02c760aac69d0eff9605bf9c2f2204.tar.bz2
* c-lex.h (position_after_whitespace): Remove.
From-SVN: r50691
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 *));