aboutsummaryrefslogtreecommitdiff
path: root/pc.h
blob: 7a8be688104d6c573d4ec7805e60a6c731f7498b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PC_H
#define PC_H
char* pretty_type(int);

void debug_print(int, union YYSTYPE*);

int yyerror(char*);
#endif

#define DEBUG