File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 520
520
\terminal {\# ifndef } identifier new-line \opt {group}\br
521
521
\indextext {\idxcode {\# ifndef}}%
522
522
\terminal {\# elifdef } identifier new-line \opt {group}\br
523
- \indextext {\idxcode {\# ifdef }}%
523
+ \indextext {\idxcode {\# elifdef }}%
524
524
\terminal {\# elifndef} identifier new-line \opt {group}
525
- \indextext {\idxcode {\# ifndef }}%
525
+ \indextext {\idxcode {\# elifndef }}%
526
526
\end {ncsimplebnf }
527
527
check whether the identifier is or is not currently defined as a macro name.
528
528
Their conditions are equivalent to
529
529
\tcode {\# if} \tcode {defined} \grammarterm {identifier},
530
- \tcode {\# if} \tcode {!defined} \grammarterm {identifier}
530
+ \tcode {\# if} \tcode {!defined} \grammarterm {identifier},
531
531
\tcode {\# elif} \tcode {defined} \grammarterm {identifier}, and
532
532
\tcode {\# elif} \tcode {!defined} \grammarterm {identifier},
533
533
respectively.
You can’t perform that action at this time.
0 commit comments