From 54eb08e2fc04dece78e0a900ea25f936631ff6d1 Mon Sep 17 00:00:00 2001 From: Masamitsu MURASE Date: Fri, 1 Feb 2013 21:06:40 +0900 Subject: Remove ";" suffix from function-type macros. --- src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math.c b/src/math.c index 3e4550946..782b75c97 100644 --- a/src/math.c +++ b/src/math.c @@ -11,7 +11,7 @@ #include #define domain_error(msg) \ - mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg); + mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg) /* math functions not provided under Microsoft Visual C++ */ #ifdef _MSC_VER -- cgit v1.2.3