X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1761cee512762c09b2a848d3c6cbd5a3b4232ffa..fedf0971c8ded0f79538029ca8454d5a1eb6ad25:/perly.y?ds=sidebyside diff --git a/perly.y b/perly.y index 5170b36..af0159e 100644 --- a/perly.y +++ b/perly.y @@ -266,7 +266,7 @@ nexpr : /* NULL */ ; texpr : /* NULL means true */ - { (void)scan_num("1"); $$ = yylval.opval; } + { (void)scan_num("1", &yylval); $$ = yylval.opval; } | expr ;