mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
16 lines
289 B
C
16 lines
289 B
C
|
|
/* 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 *));
|