This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
'make regen' really shouldn't be special
[perl5.git] / scope.h
diff --git a/scope.h b/scope.h
index 8763f34..6cef091 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -55,6 +55,9 @@
 #define SAVEt_STACK_CXPOS      44
 #define SAVEt_PARSER           45
 #define SAVEt_ADELETE          46
+#define SAVEt_I32_SMALL                47
+#define SAVEt_INT_SMALL                48
+#define SAVEt_GVSV             49
 
 #define SAVEf_SETMAGIC         1
 #define SAVEf_KEEPOLDELEM      2