From dc9e4912b3381e3548a35c5aba633cc37261d318 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 8 Nov 1998 21:13:07 +0000 Subject: integrate changes#2120,2168,2218 from maint-5.005; add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in enum; make regen_headers p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304 p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8 p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3 p4raw-id: //depot/perl@2220 --- proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index fab5250dd1..4c20aba846 100644 --- a/proto.h +++ b/proto.h @@ -943,6 +943,8 @@ VIRTUAL void sv_setpvn_mg _((SV *sv, const char *ptr, STRLEN len)); VIRTUAL void sv_setsv_mg _((SV *dstr, SV *sstr)); VIRTUAL void sv_usepvn_mg _((SV *sv, char *ptr, STRLEN len)); +VIRTUAL MGVTBL* get_vtbl _((int vtbl_id)); + /* New virtual functions must be added here to maintain binary * compatablity with PERL_OBJECT */ -- cgit v1.2.1