diff options
author | Karl Williamson <khw@cpan.org> | 2014-06-12 14:31:24 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-06-12 15:04:54 -0600 |
commit | 5a6bb681360972ef854d7b6b457148c9b1aa61a8 (patch) | |
tree | 72adab033725448162fd66705fda8c1b0bfed475 /pp_sort.c | |
parent | 130c5df3625bd130cd1e2771308fcd4eb66cebb2 (diff) | |
download | perl-5a6bb681360972ef854d7b6b457148c9b1aa61a8.tar.gz |
pp.c: Fix Win32 compilation problems
Commit 130c5df3625bd130cd1e2771308fcd4eb66cebb2 introduced errors into
Windows (at least) compilations because it used #if's in the middle of
apparent function calls, but these were really macros that turned the
function call foo() into a call of Perl_foo(), and so we were doing
an #if from within a #define which is not generally legal.
Diffstat (limited to 'pp_sort.c')
0 files changed, 0 insertions, 0 deletions