mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added declarations for dnewlongobject and dgetlongvalue.
This commit is contained in:
parent
149e9ea24c
commit
301f1a6f79
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@ extern typeobject Longtype;
|
|||
#define is_longobject(op) ((op)->ob_type == &Longtype)
|
||||
|
||||
extern object *newlongobject PROTO((long));
|
||||
extern object *dnewlongobject PROTO((double));
|
||||
extern long getlongvalue PROTO((object *));
|
||||
extern double dgetlongvalue PROTO((object *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue