Skip to content
Snippets Groups Projects
Commit 0f11acab authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: fixed a typo in the reference

parent 4598b365
No related branches found
No related tags found
No related merge requests found
...@@ -2152,7 +2152,7 @@ here. For instance, ...@@ -2152,7 +2152,7 @@ here. For instance,
if the header contains macro definitions, these will not be in effect if the header contains macro definitions, these will not be in effect
when the rest of the C code block gets compiled. when the rest of the C code block gets compiled.
You can defer defer interpretation of a preprocessor directive until You can defer interpretation of a preprocessor directive until
after *snc* has compiled the code to C, by ensuring that some extra after *snc* has compiled the code to C, by ensuring that some extra
non-blank characters appear in front of the ``#`` sign, so *cpp* does non-blank characters appear in front of the ``#`` sign, so *cpp* does
not recognize the directive. For instance :: not recognize the directive. For instance ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment