mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
This commit is contained in:
parent
6c849697fd
commit
c5d92e1271
4 changed files with 4 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <stdarg.h>
|
||||
|
||||
extern int getargs PROTO((object *, char *, ...));
|
||||
extern int newgetargs PROTO((object *, char *, ...));
|
||||
extern object *mkvalue PROTO((char *, ...));
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue