cpython/Include/pgenheaders.h

27 lines
471 B
C
Raw Normal View History

1990-12-20 15:06:42 +00:00
/* Include files and extern declarations used by most of the parser.
This is a precompiled header for THINK C. */
#include <stdio.h>
1990-12-20 23:13:00 +00:00
#include <string.h>
1990-12-20 15:06:42 +00:00
#ifdef THINK_C
1990-12-20 23:13:00 +00:00
/* #define THINK_C_3_0 /*** TURN THIS ON FOR THINK C 3.0 ****/
1990-12-20 15:06:42 +00:00
#define label label_
#undef label
#endif
1990-12-20 23:13:00 +00:00
#ifdef THINK_C_3_0
#include <proto.h>
#endif
#ifdef THINK_C
#ifndef THINK_C_3_0
#include <stdlib.h>
#endif
#endif
1990-12-20 15:06:42 +00:00
#include "PROTO.h"
#include "malloc.h"
extern void fatal PROTO((char *));