diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-26 18:49:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-26 18:49:12 +0900 |
| commit | ecd87aa5458f4d5c56dc1d2814975beed6b22dfc (patch) | |
| tree | 2eac6d9defa994b9b607c4dc659efb88a3e1002b | |
| parent | ae6114c5937472436326f52b1b1d48fb5f511b6f (diff) | |
| download | mruby-ecd87aa5458f4d5c56dc1d2814975beed6b22dfc.tar.gz mruby-ecd87aa5458f4d5c56dc1d2814975beed6b22dfc.zip | |
quote error message in mrbconf.h to stop warning
| -rw-r--r-- | include/mrbconf.h | 2 |
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) |
