mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
change enum obj_type to nasal_obj::obj_type
This commit is contained in:
@@ -149,6 +149,13 @@ struct nasal_upval
|
||||
|
||||
struct nasal_obj
|
||||
{
|
||||
enum obj_type
|
||||
{
|
||||
file=1,
|
||||
dir,
|
||||
dylib,
|
||||
externfunc
|
||||
};
|
||||
/* RAII constructor */
|
||||
/* new object is initialized when creating */
|
||||
uint32_t type;
|
||||
|
||||
Reference in New Issue
Block a user