We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250910 commit 61fd02eCopy full SHA for 61fd02e
source/preprocessor.tex
@@ -52,7 +52,7 @@
52
embed-directive\br
53
define-directive\br
54
undef-directive\br
55
- \terminal{\# line \ \ } pp-tokens new-line\br
+ line-directive\br
56
\terminal{\# error \ } \opt{pp-tokens} new-line\br
57
\terminal{\# warning} \opt{pp-tokens} new-line\br
58
\terminal{\# pragma } \opt{pp-tokens} new-line\br
@@ -2090,6 +2090,11 @@
2090
\indextext{preprocessing directive!line control}%
2091
\indextext{\idxcode{\#line}|see{preprocessing directive, line control}}
2092
2093
+\begin{bnf}
2094
+\nontermdef{line-directive}\br
2095
+ \terminal{\# line \ \ } pp-tokens new-line\br
2096
+\end{bnf}
2097
+
2098
\pnum
2099
The \grammarterm{string-literal} of a
2100
\tcode{\#line}
0 commit comments