From ecd87aa5458f4d5c56dc1d2814975beed6b22dfc Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 26 Apr 2013 18:49:12 +0900 Subject: quote error message in mrbconf.h to stop warning --- include/mrbconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3