This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove wrong cast to (void *), which fixes a gcc warning, and use
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 21 Jan 2006 15:31:06 +0000 (15:31 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 21 Jan 2006 15:31:06 +0000 (15:31 +0000)
commit2593c6c6ec6db0c4fc4ec479ff2dcc27740704c8
treecc27168707f1f291b636c29c3169f64c522feb10
parent7a1c739b67fd7d50a3ebda573fb9722f1a02a122
Remove wrong cast to (void *), which fixes a gcc warning, and use
the return value of upg_version() at least once in the core.

p4raw-id: //depot/perl@26918
pp_ctl.c
util.c