diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 19:23:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 19:23:06 +0000 |
commit | e788e7d35b1f8979a002a1e994535be7aae30018 (patch) | |
tree | 441eb4c139c118d109a46c23ef6b62ad744408ac /op.c | |
parent | 9bc648147f297cac824aecca53c6e0232b54c002 (diff) | |
download | perl-e788e7d35b1f8979a002a1e994535be7aae30018.tar.gz |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
p4raw-id: //depot/perl@1339
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3475,7 +3475,7 @@ newSUB(I32 floor, OP *o, OP *proto, OP *block) goto done; } /* ahem, death to those who redefine active sort subs */ - if (curstackinfo->si_type == SI_SORT && sortcop == CvSTART(cv)) + if (curstackinfo->si_type == PERLSI_SORT && sortcop == CvSTART(cv)) croak("Can't redefine active sort subroutine %s", name); if(const_sv = cv_const_sv(cv)) const_changed = sv_cmp(const_sv, op_const_sv(block, Nullcv)); |