Skip to content

Commit a23f38b

Browse files
jensmaurercpplearnerJohelEGP
authored
Apply suggestions from code review
Co-authored-by: S. B. Tam <[email protected]> Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 06ed0f5 commit a23f38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,14 +520,14 @@
520520
\terminal{\# ifndef } identifier new-line \opt{group}\br
521521
\indextext{\idxcode{\#ifndef}}%
522522
\terminal{\# elifdef } identifier new-line \opt{group}\br
523-
\indextext{\idxcode{\#ifdef}}%
523+
\indextext{\idxcode{\#elifdef}}%
524524
\terminal{\# elifndef} identifier new-line \opt{group}
525-
\indextext{\idxcode{\#ifndef}}%
525+
\indextext{\idxcode{\#elifndef}}%
526526
\end{ncsimplebnf}
527527
check whether the identifier is or is not currently defined as a macro name.
528528
Their conditions are equivalent to
529529
\tcode{\#if} \tcode{defined} \grammarterm{identifier},
530-
\tcode{\#if} \tcode{!defined} \grammarterm{identifier}
530+
\tcode{\#if} \tcode{!defined} \grammarterm{identifier},
531531
\tcode{\#elif} \tcode{defined} \grammarterm{identifier}, and
532532
\tcode{\#elif} \tcode{!defined} \grammarterm{identifier},
533533
respectively.

0 commit comments

Comments
 (0)