|
617 | 617 | \pnum
|
618 | 618 | \indextext{notation!syntax|(}%
|
619 | 619 | In the syntax notation used in this document, syntactic
|
620 |
| -categories are indicated by \grammarterm{italic} type, and literal words |
| 620 | +categories are indicated by \fakegrammarterm{italic} type, and literal words |
621 | 621 | and characters in \tcode{constant} \tcode{width} type. Alternatives are
|
622 | 622 | listed on separate lines except in a few cases where a long set of
|
623 | 623 | alternatives is marked by the phrase ``one of''. If the text of an alternative is too long to fit on a line, the text is continued on subsequent lines indented from the first one.
|
|
634 | 634 | Names for syntactic categories have generally been chosen according to
|
635 | 635 | the following rules:
|
636 | 636 | \begin{itemize}
|
637 |
| -\item \grammarterm{X-name} is a use of an identifier in a context that |
| 637 | +\item \fakegrammarterm{X-name} is a use of an identifier in a context that |
638 | 638 | determines its meaning (e.g., \grammarterm{class-name},
|
639 | 639 | \grammarterm{typedef-name}).
|
640 |
| -\item \grammarterm{X-id} is an identifier with no context-dependent meaning |
| 640 | +\item \fakegrammarterm{X-id} is an identifier with no context-dependent meaning |
641 | 641 | (e.g., \grammarterm{qualified-id}).
|
642 |
| -\item \grammarterm{X-seq} is one or more \grammarterm{X}'s without intervening |
| 642 | +\item \fakegrammarterm{X-seq} is one or more \fakegrammarterm{X}'s without intervening |
643 | 643 | delimiters (e.g., \grammarterm{declaration-seq} is a sequence of
|
644 | 644 | declarations).
|
645 |
| -\item \grammarterm{X-list} is one or more \grammarterm{X}'s separated by |
| 645 | +\item \fakegrammarterm{X-list} is one or more \fakegrammarterm{X}'s separated by |
646 | 646 | intervening commas (e.g., \grammarterm{identifier-list} is a sequence of
|
647 | 647 | identifiers separated by commas).
|
648 | 648 | \end{itemize}%
|
|
0 commit comments