mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove ";" suffix from function-type macros.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user