Define null symbol

This commit is contained in:
take-cheeze
2018-10-29 19:22:43 +09:00
parent 3248de83b6
commit e022080390
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
MRB_BEGIN_DECL
typedef enum mrb_reserved_symbol {
mrb_sym_null = 0, // NULL symbol
mrb_sym_add = 1, // +
mrb_sym_sub = 2, // -
mrb_sym_mul = 3, // *