summaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 5c096720..7567cefb 100644
--- a/parser.h
+++ b/parser.h
@@ -29,6 +29,8 @@ extern int errors;
extern val yyin_stream;
extern const wchar_t *spec_file;
extern val spec_file_str;
+extern val form_to_ln_hash;
+extern val ln_to_forms_hash;
int yyparse(void);
val get_spec(void);
void yyerror(const char *s);