summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-04-26 18:49:12 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-04-26 18:49:12 +0900
commitecd87aa5458f4d5c56dc1d2814975beed6b22dfc (patch)
tree2eac6d9defa994b9b607c4dc659efb88a3e1002b
parentae6114c5937472436326f52b1b1d48fb5f511b6f (diff)
downloadmruby-ecd87aa5458f4d5c56dc1d2814975beed6b22dfc.tar.gz
mruby-ecd87aa5458f4d5c56dc1d2814975beed6b22dfc.zip
quote error message in mrbconf.h to stop warning
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 80aad11e7..1e4a39381 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -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)