summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-12 14:31:24 -0600
committerKarl Williamson <khw@cpan.org>2014-06-12 15:04:54 -0600
commit5a6bb681360972ef854d7b6b457148c9b1aa61a8 (patch)
tree72adab033725448162fd66705fda8c1b0bfed475 /pp_sort.c
parent130c5df3625bd130cd1e2771308fcd4eb66cebb2 (diff)
downloadperl-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