A couple of File::Path tests require unix syntax on VMS.
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index a8cd55d..c340f04 100644 (file)
--- a/op.h
+++ b/op.h
@@ -320,7 +320,7 @@ struct pmop {
 #else
     REGEXP *    op_pmregexp;            /* compiled expression */
 #endif
-    U32                op_pmflags;
+    U32         op_pmflags;
     union {
        OP *    op_pmreplroot;          /* For OP_SUBST */
 #ifdef USE_ITHREADS
@@ -696,6 +696,7 @@ struct token {
  * g       op was forced to be a word
  * i       if/unless modifier
  * I       if/elsif/unless statement
+ * k       local declarator
  * K       retired kid op
  * l       last index of array ($#foo)
  * L       label