mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-02 05:40:20 +00:00
smarter caching
This commit is contained in:
@@ -14,7 +14,6 @@ typedef struct CCallFrame {
|
||||
|
||||
typedef enum IStringEnum {
|
||||
ISTRING_INIT, // __init
|
||||
ISTRING_EQUAL, // __equal
|
||||
ISTRING_INDEX, // __index
|
||||
ISTRING_NEWINDEX, // __newindex
|
||||
ISTRING_GETTER, // __getter
|
||||
|
||||
Reference in New Issue
Block a user