summaryrefslogtreecommitdiff
path: root/vms/perly_c.vms
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1998-01-02 22:54:29 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-01-08 12:56:31 +0000
commitfc1ce8cc0aa3c1d2926edfb2f302ea8c60b40168 (patch)
treed739c6f7d0538e687f6a8a3be61793919216e4f7 /vms/perly_c.vms
parent0151c6efc77004eadcc86505e0e29b10208d3f66 (diff)
downloadperl-fc1ce8cc0aa3c1d2926edfb2f302ea8c60b40168.tar.gz
Assorted VMS patches (mostly VMS makefile update for new headers):
Subject: [PATCH] VMS update for 5.004_56 p4raw-id: //depot/perl@403
Diffstat (limited to 'vms/perly_c.vms')
-rw-r--r--vms/perly_c.vms1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/perly_c.vms b/vms/perly_c.vms
index 7514f16803..8495c4d955 100644
--- a/vms/perly_c.vms
+++ b/vms/perly_c.vms
@@ -1353,6 +1353,7 @@ yyparse(void)
if (yyn >= '0' && yyn <= '9')
yydebug = yyn - '0';
}
+ else SETERRNO(0,SS$_NORMAL);
#endif
yynerrs = 0;