mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
@ -24,8 +24,3 @@ extern varobject *newvarobject PROTO((typeobject *, unsigned int));
|
|||
#define NEWVAROBJ(type, typeobj, n) ((type *) newvarobject(typeobj, n))
|
||||
|
||||
extern int StopPrint; /* Set when printing is interrupted */
|
||||
|
||||
/* Malloc interface */
|
||||
#include "malloc.h"
|
||||
|
||||
extern char *strdup PROTO((const char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue