> (yyglrShift): Change parameter YYLTYPE* yylocp to YYLTYPE yyloc for > consistency with parameter YYSTYPE yysval.
I used yylocp here because the default location object is a multiword thing, and I wanted to avoid passing its value. Paul Hilfinger
> (yyglrShift): Change parameter YYLTYPE* yylocp to YYLTYPE yyloc for > consistency with parameter YYSTYPE yysval.
I used yylocp here because the default location object is a multiword thing, and I wanted to avoid passing its value. Paul Hilfinger