changed the compiler to support module loading in class definition
This commit is contained in:
@ -516,7 +516,9 @@ static char* syntax_error_msg[] =
|
||||
"too many block temporaries",
|
||||
"too many block arguments",
|
||||
"too large block",
|
||||
"wrong primitive number",
|
||||
"wrong primitive function number",
|
||||
"wrong primitive function identifier",
|
||||
"wrong module name",
|
||||
"#include error",
|
||||
"wrong namespace name",
|
||||
"wrong pool dictionary name",
|
||||
|
Reference in New Issue
Block a user