summaryrefslogtreecommitdiff
path: root/objpp.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-26 19:28:41 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-29 06:01:35 +0000
commitb3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0 (patch)
tree564cec3756b2fdc36f8885a6017a9b0eed22dca1 /objpp.h
parentdde527fc6256d3b4a78a8a6187a9b8048cc76da5 (diff)
downloadperl-b3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0.tar.gz
added patch for overloading constants, made PERL_OBJECT-aware
Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1259
Diffstat (limited to 'objpp.h')
-rw-r--r--objpp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/objpp.h b/objpp.h
index 75f8e69768..94837c7c03 100644
--- a/objpp.h
+++ b/objpp.h
@@ -803,6 +803,8 @@
#define newHVREF CPerlObj::Perl_newHVREF
#undef newHV
#define newHV CPerlObj::Perl_newHV
+#undef newHVhv
+#define newHVhv CPerlObj::Perl_newHVhv
#undef newIO
#define newIO CPerlObj::Perl_newIO
#undef newLISTOP
@@ -839,6 +841,8 @@
#define newUNOP CPerlObj::Perl_newUNOP
#undef newWHILEOP
#define newWHILEOP CPerlObj::Perl_newWHILEOP
+#undef new_constant
+#define new_constant CPerlObj::new_constant
#undef new_logop
#define new_logop CPerlObj::new_logop
#undef new_stackinfo
@@ -1111,6 +1115,8 @@
#define save_hek CPerlObj::save_hek
#undef save_helem
#define save_helem CPerlObj::Perl_save_helem
+#undef save_hints
+#define save_hints CPerlObj::Perl_save_hints
#undef save_hptr
#define save_hptr CPerlObj::Perl_save_hptr
#undef save_I16