From: Jarkko Hietaniemi Date: Tue, 24 Oct 2000 13:17:52 +0000 (+0000) Subject: Run vms/vms_yfix.pl, should have done that after changing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b14153558e53fc6fe6e32088f3a22cb391d2206;p=p5sagit%2Fp5-mst-13.2.git Run vms/vms_yfix.pl, should have done that after changing perly.c in #7382. p4raw-id: //depot/perl@7417 --- diff --git a/vms/perly_c.vms b/vms/perly_c.vms index 0676ebd..640780a 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"