hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
[p5sagit/p5-mst-13.2.git] / opnames.h
index ba6a26b..e428e1c 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -367,11 +367,19 @@ typedef enum opcode {
        OP_METHOD_NAMED,/* 350 */
        OP_DOR,         /* 351 */
        OP_DORASSIGN,   /* 352 */
-       OP_CUSTOM,      /* 353 */
+       OP_ENTERGIVEN,  /* 353 */
+       OP_LEAVEGIVEN,  /* 354 */
+       OP_ENTERWHEN,   /* 355 */
+       OP_LEAVEWHEN,   /* 356 */
+       OP_BREAK,       /* 357 */
+       OP_CONTINUE,    /* 358 */
+       OP_SMARTMATCH,  /* 359 */
+       OP_SAY,         /* 360 */
+       OP_CUSTOM,      /* 361 */
        OP_max          
 } opcode;
 
-#define MAXO 354
+#define MAXO 362
 #define OP_phoney_INPUT_ONLY -1
 #define OP_phoney_OUTPUT_ONLY -2