diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-03-02 18:57:59 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-03-02 18:57:59 -0500 |
commit | 78c02237e257cb8b6f92c92add5166a807f6d375 (patch) | |
tree | 2c0405f0562e121c4f59174acf55ccaa763b135f /gcc/c-lex.h | |
parent | dea2643ccd40f92a2e81ce1ee84d441f4507e0bc (diff) | |
download | gcc-78c02237e257cb8b6f92c92add5166a807f6d375.tar.gz |
Fix typo.
From-SVN: r3614
Diffstat (limited to 'gcc/c-lex.h')
-rw-r--r-- | gcc/c-lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |