From: Richard Kenner Date: Tue, 2 Mar 1993 23:57:59 +0000 (-0500) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78c02237e257cb8b6f92c92add5166a807f6d375;p=gcc.git Fix typo. From-SVN: r3614 --- diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 1ecb1e8e7a3..52157bccfee 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 ();