This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
applied patch, regen headers
[perl5.git] / embedvar.h
index 2e64829..ca1e065 100644 (file)
 #define incgv                  (curinterp->Iincgv)
 #define initav                 (curinterp->Iinitav)
 #define inplace                        (curinterp->Iinplace)
+#define last_proto             (curinterp->Ilast_proto)
 #define lastfd                 (curinterp->Ilastfd)
 #define lastgotoprobe          (curinterp->Ilastgotoprobe)
 #define lastscream             (curinterp->Ilastscream)
 #define Iincgv                 incgv
 #define Iinitav                        initav
 #define Iinplace               inplace
+#define Ilast_proto            last_proto
 #define Ilastfd                        lastfd
 #define Ilastgotoprobe         lastgotoprobe
 #define Ilastscream            lastscream
 #define incgv                  Perl_incgv
 #define initav                 Perl_initav
 #define inplace                        Perl_inplace
+#define last_proto             Perl_last_proto
 #define lastfd                 Perl_lastfd
 #define lastgotoprobe          Perl_lastgotoprobe
 #define lastscream             Perl_lastscream