mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-30 20:51:05 +00:00
added module names for functions
This commit is contained in:
@@ -55,6 +55,7 @@ typedef struct CObjFunction {
|
||||
int args;
|
||||
int upvals;
|
||||
CObjString *name;
|
||||
CObjString *module; // name of the "module"
|
||||
} CObjFunction;
|
||||
|
||||
typedef struct CObjCFunction {
|
||||
|
||||
Reference in New Issue
Block a user