aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/lex.h')
-rw-r--r--src/hyper/lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hyper/lex.h b/src/hyper/lex.h
index 3a7fd8f9..ce518341 100644
--- a/src/hyper/lex.h
+++ b/src/hyper/lex.h
@@ -67,7 +67,8 @@ extern void print_next_ten_tokens(void);
extern long fpos, keyword_fpos;
extern Token token;
-extern int last_token, input_type, last_ch;
+extern int last_token, last_ch;
+extern SourceInputKind input_type;
extern char *input_string;
extern FILE *cfile;
extern short int gInSpadsrc;