Skip to content

Commit 392b2b1

Browse files
author
H. Peter Anvin
committed
doc: document preprocessor functions
Add documentation for preprocessor functions, as well as the flow of preprocessor expansion. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 3fe5b3f commit 392b2b1

File tree

2 files changed

+289
-17
lines changed

2 files changed

+289
-17
lines changed

doc/changes.src

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ filename information anyway.
2020
\b Fix handling of MASM-syntax reserved memory (e.g. \c{dw ?}) when
2121
used in structure definitions.
2222

23+
\b The preprocessor now supports functions, which can be less verbose
24+
and more convenient than the equivalent code implemented using
25+
directives. See \k{ppfunc}.
26+
2327

2428
\S{cl-2.15.06} Version 2.15.06
2529

0 commit comments

Comments
 (0)