File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 456456
457457\rSec 2[cassert.syn]{Header \tcode {<cassert>} synopsis}
458458
459- \indexlibraryglobal {assert}%
460459\begin {codeblock }
461- #define assert(...) @\seebelow@
460+ #define @ \libmacro { assert}@ (...) @\seebelow@
462461\end {codeblock }
463462
464463\rSec 2[assertions.assert]{The \tcode {assert} macro}
468467at the point in the source file where \tcode {<cassert>} is included,
469468the \tcode {assert} macro is defined as
470469\begin {codeblock }
471- #define assert(...) ((void)0)
470+ #define @ \libmacro { assert}@ (...) ((void)0)
472471\end {codeblock }
473472
474473\pnum
475- Otherwise, the \tcode {assert} macro puts a diagnostic test into programs;
474+ Otherwise, the \libmacro {assert} macro puts a diagnostic test into programs;
476475it expands to an expression of type \keyword {void} which
477476has the following effects:
478477
You can’t perform that action at this time.
0 commit comments