This commit is contained in:
ValKmjolnir
2021-08-09 01:02:27 +08:00
parent 76a2548e95
commit 65dfef0a33
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ nasal_val* builtin_right(std::vector<nasal_val*>&,nasal_gc&);
nasal_val* builtin_cmp(std::vector<nasal_val*>&,nasal_gc&);
nasal_val* builtin_chr(std::vector<nasal_val*>&,nasal_gc&);
#define builtin_err(func_name,info) std::cout<<">> [vm] "<<func_name<<": "<<info<<".\n"
#define builtin_err(func_name,info) std::cout<<"[vm] "<<func_name<<": "<<info<<".\n"
// register builtin function's name and it's address here in this table below
// this table must end with {"",nullptr}