projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba210eb
)
Run vms/vms_yfix.pl, should have done that after changing
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 24 Oct 2000 13:17:52 +0000
(13:17 +0000)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/vms/perly_c.vms
b/vms/perly_c.vms
index
0676ebd
..
640780a
100644
(file)
--- 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"