mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
26
Include/allobjects.h
Normal file
26
Include/allobjects.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "string.h"
|
||||
|
||||
#include "PROTO.h"
|
||||
|
||||
#include "object.h"
|
||||
#include "objimpl.h"
|
||||
|
||||
#include "intobject.h"
|
||||
#include "floatobject.h"
|
||||
#include "stringobject.h"
|
||||
#include "tupleobject.h"
|
||||
#include "listobject.h"
|
||||
#include "dictobject.h"
|
||||
#include "methodobject.h"
|
||||
#include "moduleobject.h"
|
||||
#include "funcobject.h"
|
||||
#include "classobject.h"
|
||||
#include "fileobject.h"
|
||||
|
||||
#include "errors.h"
|
||||
#include "malloc.h"
|
||||
|
||||
extern char *strdup PROTO((const char *));
|
||||
Loading…
Add table
Add a link
Reference in a new issue