mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
Update config.h
This commit is contained in:
parent
a5cf3aa426
commit
1f5e69972a
@ -51,12 +51,6 @@
|
|||||||
// (not recommended to change this)
|
// (not recommended to change this)
|
||||||
#define PK_MAX_CO_VARNAMES 64
|
#define PK_MAX_CO_VARNAMES 64
|
||||||
|
|
||||||
// Hash table load factor (smaller ones mean less collision but more memory)
|
|
||||||
// For class instance
|
|
||||||
#define PK_INST_ATTR_LOAD_FACTOR 0.67f
|
|
||||||
// For class itself
|
|
||||||
#define PK_TYPE_ATTR_LOAD_FACTOR 0.5f
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define PK_PLATFORM_SEP '\\'
|
#define PK_PLATFORM_SEP '\\'
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user