Move the declaration and closing brace of padlist_size() outside of the #ifdefs
authorNicholas Clark <nick@ccl4.org>
Thu, 26 Mar 2015 16:22:17 +0000 (17:22 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 27 Mar 2015 18:46:58 +0000 (19:46 +0100)
commitc3a03aa5cc3e179b8bb9fc43235d0ace78195a25
tree60c51cb404bddc67e5515093b919c4ffa4c912f2
parentbe6c98fced97faaf29da7ac4ab4a351e81f46e3a
Move the declaration and closing brace of padlist_size() outside of the #ifdefs

The prototype (and return type) needs to be the same, whatever the
implementation is, so DRY by having it 3 times (and missing C<static void> in
one of them - spotted by Slaven's CPAN smoker).
CHANGES
Size.xs