aboutsummaryrefslogtreecommitdiff
path: root/pc.h
blob: e13c4814b2a8b54151c2ff48ac4e7ca48a0ef7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PC_H
#define PC_H

#include "y.tab.h"

char* pretty_type(int);

void debug_print(int, union YYSTYPE*);

int yyerror(char*);
#endif

#define DEBUG