This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re-generated Configure after the spell-check fixes from Peter J. Acklam
[perl5.git] / opnames.h
index d63e548..fdeb94f 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -10,8 +10,8 @@
  *
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 typedef enum opcode {
@@ -381,13 +381,14 @@ typedef enum opcode {
        OP_LOCK          = 363,
        OP_ONCE          = 364,
        OP_CUSTOM        = 365,
+       OP_REACH         = 366,
+       OP_RKEYS         = 367,
+       OP_RVALUES       = 368,
+       OP_TRANSR        = 369,
        OP_max          
 } opcode;
 
-#define MAXO 366
-#define OP_phoney_INPUT_ONLY -1
-#define OP_phoney_OUTPUT_ONLY -2
-
+#define MAXO 370
 
 /* the OP_IS_(SOCKET|FILETEST) macros are optimized to a simple range
     check because all the member OPs are contiguous in opcode.pl