diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |