Remove ";" suffix from function-type macros.

This commit is contained in:
Masamitsu MURASE
2013-02-01 21:06:40 +09:00
parent c7f2911792
commit 54eb08e2fc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <math.h>
#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