Run vms/vms_yfix.pl, should have done that after changing
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 24 Oct 2000 13:17:52 +0000 (13:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 24 Oct 2000 13:17:52 +0000 (13:17 +0000)
perly.c in #7382.

p4raw-id: //depot/perl@7417

vms/perly_c.vms

index 0676ebd..640780a 100644 (file)
@@ -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"