#ifndef VSLC_H #define VSLC_H #include #include #include #include #include #include #include "tlhash.h" #include "nodetypes.h" #include "ir.h" #include "y.tab.h" int yyerror ( const char *error ); extern int yylineno; extern int yylex ( void ); extern char yytext[]; extern node_t *root; #endif