mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added declaration for mkvalue()
This commit is contained in:
parent
2ee12f4090
commit
5a8f824933
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
extern object *initmodule PROTO((char *, struct methodlist *));
|
||||
extern int getargs PROTO((object *, char *, ...));
|
||||
extern object *mkvalue PROTO((char *, ...));
|
||||
|
||||
#define getnoarg(v) getargs(v, "")
|
||||
#define getintarg(v, a) getargs(v, "i", a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue