summaryrefslogtreecommitdiffstats
path: root/Include/pgenheaders.h
blob: 95fdbf21841761705a8536412e81a5b93fb8c11a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Include files and extern declarations used by most of the parser.
   This is a precompiled header for THINK C. */

#include <stdio.h>

#ifdef THINK_C
#define label label_
#include <proto.h>
#undef label
#endif

#include "PROTO.h"
#include "malloc.h"

extern void fatal PROTO((char *));