mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
vm.c, codedump.c: undef CASE macro
Add #undef CASE at end of files to prevent macro redefinition warnings in amalgamation builds. Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -648,3 +648,4 @@ mrb_codedump_all(mrb_state *mrb, struct RProc *proc)
|
||||
mrb_codedump_all_file(mrb, proc, stdout);
|
||||
#endif
|
||||
}
|
||||
#undef CASE
|
||||
|
||||
Reference in New Issue
Block a user