diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-02 23:57:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-02 23:57:59 +0000 |
commit | 8d298be1d16f63374824f048e33d7b6d153fa45f (patch) | |
tree | 2c0405f0562e121c4f59174acf55ccaa763b135f /gcc/c-lex.h | |
parent | b09d7157f63742ce2f13b65ad7854ab0890c8762 (diff) | |
download | gcc-8d298be1d16f63374824f048e33d7b6d153fa45f.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3614 138bc75d-0d04-0410-961f-82ee72b054a4
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 (); |