mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
fix names
This commit is contained in:
parent
4ae8b5db3c
commit
6791c0c81e
@ -14,6 +14,15 @@ const char* pkpy_StrName__rmap(uint16_t index);
|
||||
void pkpy_StrName__initialize();
|
||||
void pkpy_StrName__finalize();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/* global names */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
namespace pkpy {
|
||||
#endif
|
||||
|
||||
// unary operators
|
||||
extern uint16_t __repr__;
|
||||
@ -73,5 +82,6 @@ extern uint16_t pk_id_long;
|
||||
extern uint16_t pk_id_complex;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // namespace pkpy
|
||||
} // extern "C"
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user