mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
quote error message in mrbconf.h to stop warning
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(MRB_INT16) && defined(MRB_INT64)
|
||||
# error You can't define MRB_INT16 and MRB_INT64 at the same time.
|
||||
# error "You can't define MRB_INT16 and MRB_INT64 at the same time."
|
||||
#endif
|
||||
|
||||
#if defined(MRB_INT64)
|
||||
|
||||
Reference in New Issue
Block a user