aboutsummaryrefslogtreecommitdiffstats
path: root/math.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 12:42:11 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 12:42:11 +0000
commitc07d295204de26a8926b5c58c2b849022e5db02b (patch)
tree11d612240ca1cccba0fde282e7e971de9a986a93 /math.c
parent1ac4e6d2746144598404487b67630b31288db8ae (diff)
downloadruby-c07d295204de26a8926b5c58c2b849022e5db02b.tar.gz
* include/ruby/util.h: removed extra semicolon in definition of
macro. * compile.c: ditto. * cont.c: ditto. * math.c: ditto. * node.c: ditto. * parse.y: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 2eb95dcd10..96bd1e9f73 100644
--- a/math.c
+++ b/math.c
@@ -31,7 +31,7 @@ VALUE rb_eMathDomainError;
} while (0)
#define domain_error(msg) \
- rb_raise(rb_eMathDomainError, "Numerical argument is out of domain - " #msg);
+ rb_raise(rb_eMathDomainError, "Numerical argument is out of domain - " #msg)
/*
* call-seq: