mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update obj.h
This commit is contained in:
parent
8f5c4e38a8
commit
6d1a1e9d0e
@ -15,8 +15,8 @@ typedef double _Float;
|
||||
|
||||
#define _Int_MAX_POS 9223372036854775807
|
||||
#define _Int_MAX_NEG -9223372036854775808
|
||||
#define _FLOAT_INF_POS 1.0/0.0
|
||||
#define _FLOAT_INF_NEG -1.0/0.0
|
||||
const volatile _Float _FLOAT_INF_POS=1.0/0.0;
|
||||
const volatile _Float _FLOAT_INF_NEG=-1.0/0.0;
|
||||
|
||||
class PyObject;
|
||||
class CodeObject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user