quote error message in mrbconf.h to stop warning

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-26 18:49:12 +09:00
parent ae6114c593
commit ecd87aa545
+1 -1
View File
@@ -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)