ANSI C-ify the Perl_mro_isa_changed_in return mathoms.c
authorTony Cook <tony@develop-help.com>
Tue, 12 Oct 2010 23:12:35 +0000 (10:12 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 12 Oct 2010 23:12:35 +0000 (10:12 +1100)
commit989690ac118eb981de3afdd9b2e092362f453d31
treec7be2f0f30821d04f00b8f18283a84b1d5e7e4cf
parentb4a0206cd572612eed26212e3a11480fe73a2836
ANSI C-ify the Perl_mro_isa_changed_in return mathoms.c

A return statement with an expression shall not appear in a
function whose return type is void.

See http://source.test-smoke.org/tsdb?mode=report&rid=86779&top=86781
for an example build failure.
mathoms.c