Fix test failures introduced by the change of flags on op_sort
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 6482d20..0f54a67 100644 (file)
--- a/op.h
+++ b/op.h
@@ -507,6 +507,9 @@ struct loop {
 #define PERL_LOADMOD_NOIMPORT          0x2
 #define PERL_LOADMOD_IMPORT_OPS                0x4
 
+/* used in perly.y */
+#define ref(o, type) doref(o, type, TRUE)
+
 #ifdef USE_REENTRANT_API
 #include "reentr.h"
 #endif