mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
15
Include/pgenheaders.h
Normal file
15
Include/pgenheaders.h
Normal file
|
@ -0,0 +1,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 *));
|
Loading…
Add table
Add a link
Reference in a new issue