1
0
Fork 0

Documentation: Fix misconversion of #if

At some stage of the conversion pipeline, something thought that the
DocBook entity # should be rendered as NUM instead of #.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.1
Matthew Wilcox 2018-01-16 19:40:55 -08:00 committed by Jonathan Corbet
parent 36bde81e23
commit 423860a65a
1 changed files with 2 additions and 2 deletions

View File

@ -690,8 +690,8 @@ not provide the necessary runtime environment and the include files are
not tested for it. It is still possible, but not recommended. If you
really want to do this, forget about exceptions at least.
NUMif
-----
#if
---
It is generally considered cleaner to use macros in header files (or at
the top of .c files) to abstract away functions rather than using \`#if'