From: Steve Peters Date: Fri, 24 Feb 2006 02:02:14 +0000 (+0000) Subject: Last instance of PL_vtbl_glob removed. It was missed change #27289. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3476b56103cbe13508b1fd6b46ae7b9cb6e0f7ed;p=p5sagit%2Fp5-mst-13.2.git Last instance of PL_vtbl_glob removed. It was missed change #27289. p4raw-link: @27289 on //depot/perl: c0c446747ad6c5bde53bc8415ca16ef77f6320f2 p4raw-id: //depot/perl@27295 --- diff --git a/XSUB.h b/XSUB.h index 9f881a2..03e6f83 100644 --- a/XSUB.h +++ b/XSUB.h @@ -376,7 +376,6 @@ Rethrows a previously caught exception. See L. # define VTBL_isa &PL_vtbl_isa # define VTBL_isaelem &PL_vtbl_isaelem # define VTBL_arylen &PL_vtbl_arylen -# define VTBL_glob &PL_vtbl_glob # define VTBL_mglob &PL_vtbl_mglob # define VTBL_nkeys &PL_vtbl_nkeys # define VTBL_taint &PL_vtbl_taint