Skip to content

Commit e51e725

Browse files
author
pd
committed
maintainer-mode changes
git-svn-id: https://svn.r-project.org/R/trunk@87881 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9ef12e4 commit e51e725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/tools/src/gramLatex.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,11 +1936,11 @@ yyparse (void)
19361936
break;
19371937

19381938
case 27: /* math: '$' nonMath '$' */
1939-
{ yyval = xxmath(yyvsp[-1], &(yyloc), false); }
1939+
{ yyval = xxmath(yyvsp[-1], &(yyloc), FALSE); }
19401940
break;
19411941

19421942
case 28: /* displaymath: TWO_DOLLARS nonMath TWO_DOLLARS */
1943-
{ yyval = xxmath(yyvsp[-1], &(yyloc), true); }
1943+
{ yyval = xxmath(yyvsp[-1], &(yyloc), TRUE); }
19441944
break;
19451945

19461946
case 29: /* block: '{' Items '}' */

0 commit comments

Comments
 (0)