mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge alpha100 branch back to main trunk
This commit is contained in:
parent
2979b01ff8
commit
b6775db241
176 changed files with 5302 additions and 3668 deletions
|
|
@ -5,7 +5,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/***********************************************************
|
||||
Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum,
|
||||
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
|
||||
Amsterdam, The Netherlands.
|
||||
|
||||
All Rights Reserved
|
||||
|
|
@ -66,6 +66,7 @@ extern object *newstringobject PROTO((char *));
|
|||
extern unsigned int getstringsize PROTO((object *));
|
||||
extern char *getstringvalue PROTO((object *));
|
||||
extern void joinstring PROTO((object **, object *));
|
||||
extern void joinstring_decref PROTO((object **, object *));
|
||||
extern int resizestring PROTO((object **, int));
|
||||
extern object *formatstring PROTO((object *, object *));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue