mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add PIKA_OK
This commit is contained in:
parent
3ef074370a
commit
a982cf98a0
@ -70,7 +70,8 @@ typedef enum {
|
||||
PIKA_ERR_ILLEGAL_MAGIC_CODE = -3,
|
||||
PIKA_ERR_OPERATION_FAILED = -2,
|
||||
PIKA_ERR_UNKNOWN = -1,
|
||||
PIKA_ERR_NONE = 0,
|
||||
PIKA_ERR_NONE = 0,
|
||||
PIKA_ERR_OK = 0,
|
||||
|
||||
} PikaErr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user