summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-24 13:17:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-24 13:17:52 +0000
commit6b14153558e53fc6fe6e32088f3a22cb391d2206 (patch)
treefc4469e46b2b60f6c5ac680b1c303eb566eb64cb /vms
parentba210ebec161cde003bc967e8e460c72f71fb70c (diff)
downloadperl-6b14153558e53fc6fe6e32088f3a22cb391d2206.tar.gz
Run vms/vms_yfix.pl, should have done that after changing
perly.c in #7382. p4raw-id: //depot/perl@7417
Diffstat (limited to 'vms')
-rw-r--r--vms/perly_c.vms2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/perly_c.vms b/vms/perly_c.vms
index 0676ebd249..640780af83 100644
--- a/vms/perly_c.vms
+++ b/vms/perly_c.vms
@@ -1749,7 +1749,7 @@ case 35:
break;
case 37:
#line 269 "perly.y"
-{ (void)scan_num("1"); yyval.opval = yylval.opval; }
+{ (void)scan_num("1", &yylval); yyval.opval = yylval.opval; }
break;
case 39:
#line 274 "perly.y"