This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Turn INIT_TLS_AND_INTERP into a static function
[perl5.git] / opnames.h
index 437c85d..0f1e98f 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -1,7 +1,7 @@
 /*
  *    opnames.h
  *
- *    Copyright (c) 1997-2002, Larry Wall
+ *    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -364,11 +364,13 @@ typedef enum opcode {
        OP_THREADSV,    /* 348 */
        OP_SETSTATE,    /* 349 */
        OP_METHOD_NAMED,/* 350 */
-       OP_CUSTOM,      /* 351 */
+       OP_DOR,         /* 351 */
+       OP_DORASSIGN,   /* 352 */
+       OP_CUSTOM,      /* 353 */
        OP_max          
 } opcode;
 
-#define MAXO 352
+#define MAXO 354
 #define OP_phoney_INPUT_ONLY -1
 #define OP_phoney_OUTPUT_ONLY -2