This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
[perl5.git] / opnames.h
index ba28f68..a6f576e 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -1,4 +1,4 @@
-/* !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
+/* !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
    This file is built by opcode.pl from its data.  Any changes made here
    will be lost!
 */
@@ -355,10 +355,13 @@ typedef enum opcode {
        OP_THREADSV,    /* 348 */
        OP_SETSTATE,    /* 349 */
        OP_METHOD_NAMED,/* 350 */
+       OP_CUSTOM,      /* 351 */
        OP_max          
 } opcode;
 
-#define MAXO 351
+#define MAXO 352
+#define OP_phoney_INPUT_ONLY -1
+#define OP_phoney_OUTPUT_ONLY -2
 
 
 #define OP_IS_SOCKET(op)       \