Skip to content

Commit 5699cc2

Browse files
committed
Merge pull request #617 from Eelis/trivial
[gram] Re-synchronize generated grammar.tex with grambase.tex.
2 parents d96c47b + 42a3839 commit 5699cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/grambase.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
\begin{paras}
44

55
\pnum
6-
\index{grammar}%
7-
\index{summary, syntax}%
6+
\indextext{grammar}%
7+
\indextext{summary!syntax}%
88
This summary of \Cpp\ syntax is intended to be an aid to comprehension.
99
It is not an exact statement of the language.
1010
In particular, the grammar described here accepts
@@ -17,7 +17,7 @@
1717
\rSec1[gram.key]{Keywords}
1818

1919
\pnum
20-
\index{keyword}%
20+
\indextext{keyword}%
2121
New context-dependent keywords are introduced into a program by
2222
\tcode{typedef}~(\ref{dcl.typedef}),
2323
\tcode{namespace}~(\ref{namespace.def}),

0 commit comments

Comments
 (0)