Trivial: GCC3.1 fix (not worth to mention in ChangeLog)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
michal 2002-06-05 06:10:57 +00:00
parent a9f672c47b
commit 6956135b4b

View File

@ -4905,6 +4905,8 @@ cond0(node)
else {
rb_warning("literal in condition");
}
default:
break;
}
return node;
}