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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hyper/lex.h b/src/hyper/lex.h
index 244bc9bc..3a7fd8f9 100644
--- a/src/hyper/lex.h
+++ b/src/hyper/lex.h
@@ -65,6 +65,11 @@ extern void print_token(void);
extern void token_name(int);
extern void print_next_ten_tokens(void);
+extern long fpos, keyword_fpos;
+extern Token token;
+extern int last_token, input_type, last_ch;
+extern char *input_string;
+extern FILE *cfile;
extern short int gInSpadsrc;
extern short int gInVerbatim;