Undefine internal macros in `presym.h`.

- MRB_PRESYM_CSYM
- MRB_PRESYM_SYM
parent acd5317f
......@@ -15,5 +15,8 @@ enum mruby_presym {
#include <../build/presym.inc>
};
#undef MRB_PRESYM_CSYM
#undef MRB_PRESYM_SYM
#define MRB_SYM(sym) MRB_PRESYM__##sym
#endif /* MRUBY_PRESYM_H */
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