diff options
Diffstat (limited to 'gcc/c-lex.h')
-rw-r--r-- | gcc/c-lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *)); |