Skip to content

Commit aa430b8

Browse files
Eelistkoeppe
authored andcommitted
[lex.ccon, stmt.ranged] Fix index entries that misuse \idxcode. (#1488)
1 parent 6a66847 commit aa430b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@
12481248
sequence. A sequence of octal or hexadecimal digits is terminated by the
12491249
first character that is not an octal digit or a hexadecimal digit,
12501250
respectively.
1251-
\indextext{literal!implementation-defined value of \idxcode{char}}%
1251+
\indextext{literal!implementation-defined value of char@implementation-defined value of \tcode{char}}%
12521252
The value of a character literal is \impldef{value of character literal outside range of
12531253
corresponding type} if it falls outside of the \impldef{range defined for character literals}
12541254
range defined for \tcode{char} (for character literals with no prefix) or

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609
\end{example}
610610

611611
\rSec2[stmt.ranged]{The range-based \tcode{for} statement}%
612-
\indextext{statement!range based \idxcode{for}}
612+
\indextext{statement!range based for@range based \tcode{for}}
613613

614614
\pnum
615615
The range-based \tcode{for} statement

0 commit comments

Comments
 (0)