mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Stringify non C identifier symbols to stop macro errors by old gcc.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#undef MRB_PRESYM_MAX
|
||||
#define MRB_PRESYM_CSYM(sym, num) MRB_PRESYM__##sym = (num<<1),
|
||||
#define MRB_PRESYM_QSYM(src, sym, num) MRB_PRESYM_q_##sym = (num<<1),
|
||||
#define MRB_PRESYM_QSYM(str, sym, num) MRB_PRESYM_q_##sym = (num<<1),
|
||||
#define MRB_PRESYM_SYM(sym, num)
|
||||
|
||||
enum mruby_presym {
|
||||
|
||||
Reference in New Issue
Block a user