mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 04:20:17 +00:00
Update obj.h
This commit is contained in:
parent
6d1a1e9d0e
commit
50015ce453
@ -13,10 +13,10 @@
|
|||||||
typedef int64_t _Int;
|
typedef int64_t _Int;
|
||||||
typedef double _Float;
|
typedef double _Float;
|
||||||
|
|
||||||
#define _Int_MAX_POS 9223372036854775807
|
const _Int _Int_MAX_POS = 9223372036854775807LL;
|
||||||
#define _Int_MAX_NEG -9223372036854775808
|
const _Int _Int_MAX_NEG = -9223372036854775807LL;
|
||||||
const volatile _Float _FLOAT_INF_POS=1.0/0.0;
|
const _Float _FLOAT_INF_POS = INFINITY;
|
||||||
const volatile _Float _FLOAT_INF_NEG=-1.0/0.0;
|
const _Float _FLOAT_INF_NEG = -INFINITY;
|
||||||
|
|
||||||
class PyObject;
|
class PyObject;
|
||||||
class CodeObject;
|
class CodeObject;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user