summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-01-17 11:23:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-01-17 11:23:37 +0000
commitbda4119bc5ac877809e21a4c89ea66d3512e38b8 (patch)
tree43c3c136d8855a8366f15040e6ff678c47f10d7e /proto.h
parenteb1ab10a22402f281618389d37c3ca06ba5f71b2 (diff)
downloadperl-bda4119bc5ac877809e21a4c89ea66d3512e38b8.tar.gz
PERL_OBJECTness for change#2595
p4raw-link: @2595 on //depot/cfgperl: 9c007264caa0e1aed57010dc2950fe35f9d8347e p4raw-id: //depot/perl@2627
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 8e6e363d5c..e536733c41 100644
--- a/proto.h
+++ b/proto.h
@@ -757,6 +757,10 @@ I32 dopoptosub _((I32 startingblock));
I32 dopoptosub_at _((PERL_CONTEXT* cxstk, I32 startingblock));
void save_lines _((AV *array, SV *sv));
OP *doeval _((int gimme, OP** startop));
+I32 sv_ncmp _((SV *a, SV *b));
+I32 sv_i_ncmp _((SV *a, SV *b));
+I32 amagic_ncmp _((SV *a, SV *b));
+I32 amagic_i_ncmp _((SV *a, SV *b));
I32 amagic_cmp _((SV *str1, SV *str2));
I32 amagic_cmp_locale _((SV *str1, SV *str2));
@@ -890,6 +894,7 @@ void debprof _((OP *o));
void *bset_obj_store _((void *obj, I32 ix));
OP *new_logop _((I32 type, I32 flags, OP **firstp, OP **otherp));
+void simplify_sort _((OP *o));
I32 do_trans_CC_simple _((SV *sv));
I32 do_trans_CC_count _((SV *sv));