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 0507040 commit d7c6d7fCopy full SHA for d7c6d7f
source/preprocessor.tex
@@ -685,13 +685,11 @@
685
686
\pnum
687
A preprocessing directive of the form
688
-
689
\begin{ncsimplebnf}
690
\terminal{\# define} identifier lparen identifier-list\opt{} \terminal{)} replacement-list new-line\br
691
\terminal{\# define} identifier lparen \terminal{...} \terminal{)} replacement-list new-line\br
692
-\terminal{\# define} identifier lparen identifier-list \terminal{, ...} \terminal{)} replacement-list new-line\br
+\terminal{\# define} identifier lparen identifier-list \terminal{, ...} \terminal{)} replacement-list new-line
693
\end{ncsimplebnf}
694
695
\indextext{macro!function-like}%
696
defines a \defn{function-like macro}
697
with parameters, whose use is
0 commit comments