This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Multiple versions of OpenBSD fail this test, not just 3.7.
[perl5.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