diff options
| -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) |
