Skip to content

Commit

Permalink
quote error message in mrbconf.h to stop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Apr 26, 2013
1 parent ae6114c commit ecd87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mrbconf.h
Expand Up @@ -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)
Expand Down

0 comments on commit ecd87aa

Please sign in to comment.