mruby-errno: change the format of `known_errors_e2c.cstub`.

parent 4176e8e8
......@@ -11,7 +11,7 @@ IO.readlines("known_errors.def").each { |name|
e.write <<CODE
#ifdef #{name}
{ #{name}, NULL, },
{ MRB_SYM(#{name}), #{name} },
#endif
CODE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment