diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 09:08:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 09:08:57 +0000 |
commit | 6f7f9b3e24b3719a15515f971dd8aa9b05b6ddcd (patch) | |
tree | e21792a1789076bf5bf9a0a4d8215c0c9d744761 /proto.h | |
parent | 6224f72bf639f0ca7f774fe2738f2408b3e430ac (diff) | |
download | perl-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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |