* eval.c (unknown_node): add volatile directive to prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
74eab43d49
commit
8726077bc1
@ -1,3 +1,7 @@
|
|||||||
|
Fri May 13 23:32:55 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* eval.c (unknown_node): add volatile directive to prototype.
|
||||||
|
|
||||||
Fri May 13 17:50:49 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Fri May 13 17:50:49 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* variable.c (generic_ivar_get): rb_attr_get should not warn.
|
* variable.c (generic_ivar_get): rb_attr_get should not warn.
|
||||||
|
2
eval.c
2
eval.c
@ -2760,7 +2760,7 @@ class_prefix(self, cpath)
|
|||||||
|
|
||||||
NORETURN(static void return_jump _((VALUE)));
|
NORETURN(static void return_jump _((VALUE)));
|
||||||
NORETURN(static void break_jump _((VALUE)));
|
NORETURN(static void break_jump _((VALUE)));
|
||||||
NORETURN(static void unknown_node _((NODE *)));
|
NORETURN(static void unknown_node _((NODE * volatile)));
|
||||||
|
|
||||||
static void
|
static void
|
||||||
unknown_node(node)
|
unknown_node(node)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user