summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-12 04:28:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-12 04:28:29 +0000
commit5227164cdc6ce59a22ffa16cc219882b230045fd ()
treed6698ce3626658cc3f62580d18444e4c72323bd3
parentc4442536b246f95181fd281e103e29c2f64a7102 (diff)
* eval_error.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--eval_error.c2
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@
Sun Dec 12 11:53:24 2010 Tanaka Akira <[email protected]>
- * encoding.c: parenthesize macro arguments.
Sun Dec 12 04:01:58 2010 NARUSE, Yui <[email protected]>
@@ -16,7 +16,7 @@ warn_printf(const char *fmt, ...)
}
#define warn_print(x) rb_write_error(x)
-#define warn_print2(x,l) rb_write_error2(x,l)
static void
error_pos(void)