mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
ANSI-fication and Py_PROTO extermination.
This commit is contained in:
parent
ff7df9d7b8
commit
5eb6d4e3bf
12 changed files with 175 additions and 173 deletions
|
@ -71,8 +71,8 @@ struct memberlist {
|
|||
#define READONLY 1
|
||||
#define RO READONLY /* Shorthand */
|
||||
|
||||
DL_IMPORT(PyObject *) PyMember_Get Py_PROTO((char *, struct memberlist *, char *));
|
||||
DL_IMPORT(int) PyMember_Set Py_PROTO((char *, struct memberlist *, char *, PyObject *));
|
||||
DL_IMPORT(PyObject *) PyMember_Get(char *, struct memberlist *, char *);
|
||||
DL_IMPORT(int) PyMember_Set(char *, struct memberlist *, char *, PyObject *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue