summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-15 09:08:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-15 09:08:57 +0000
commit6f7f9b3e24b3719a15515f971dd8aa9b05b6ddcd (patch)
treee21792a1789076bf5bf9a0a4d8215c0c9d744761 /proto.h
parent6224f72bf639f0ca7f774fe2738f2408b3e430ac (diff)
downloadperl-6f7f9b3e24b3719a15515f971dd8aa9b05b6ddcd.tar.gz
tweaks to get PERL_OBJECT building again; passes tests
p4raw-id: //depot/perl@1137
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 2356e68852..97eda50ce7 100644
--- a/proto.h
+++ b/proto.h
@@ -837,6 +837,7 @@ void *bset_obj_store _((void *obj, I32 ix));
OP *new_logop _((I32 type, I32 flags, OP **firstp, OP **otherp));
#define PPDEF(s) OP* CPerlObj::s _((ARGSproto));
+public:
PPDEF(pp_aassign)
PPDEF(pp_abs)
@@ -1232,9 +1233,6 @@ VIRTUAL int& ErrorNo _((void));
END_EXTERN_C
#endif /* PERL_OBJECT */
-#ifdef PERL_OBJECT
-public:
-#endif
#ifdef INDIRECT_BGET_MACROS
VIRTUAL void byterun _((struct bytestream bs));
#else