summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/perly.y b/perly.y
index 47e632423a..2c246fc228 100644
--- a/perly.y
+++ b/perly.y
@@ -27,7 +27,7 @@ dep(void)
%start prog
%{
-#ifndef OEMVS
+#if !defined(OEMVS) && !defined(__OPEN_VM)
%}
%union {
@@ -38,7 +38,7 @@ dep(void)
}
%{
-#endif /* OEMVS */
+#endif /* !OEMVS && !__OPEN_VM*/
%}
%token <ival> '{' ')'