Explicit return in step_modulo_value.

This commit is contained in:
Yorick Peterse 2014-11-02 19:32:02 +01:00
parent ab8b451dc3
commit 2e1320c2dc
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,8 @@ end
else
mod_val = s(:int, 1)
end
return mod_val
end
# vim: set ft=racc: