X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=d7b7762d10609bf55712cccdffb11e727378da7c;hb=249edfdff1b2b750e894ee5a0b6cb64d2640ca02;hp=22f49a466164f0d64510c6ff51b30e102f3561b9;hpb=72cabb3d1d07a44d78696e19cb3afe98319ba764;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 22f49a4..d7b7762 100644 --- a/proto.h +++ b/proto.h @@ -836,6 +836,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) @@ -1231,9 +1232,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