From 78c02237e257cb8b6f92c92add5166a807f6d375 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 2 Mar 1993 18:57:59 -0500 Subject: [PATCH] Fix typo. From-SVN: r3614 --- gcc/c-lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 1ecb1e8e7a3b..52157bccfee3 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -68,4 +68,4 @@ extern tree make_pointer_declarator (); extern void reinit_parse_for_function (); extern int yylex (); -extrn char *get_directive_line (); +extern char *get_directive_line (); -- 2.43.5