diff options
Diffstat (limited to 'vms/perly_c.vms')
-rw-r--r-- | vms/perly_c.vms | 1 |
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; |