Merge pull request #2558 from polluks/cpp

Clean-up preprocessor syntax
This commit is contained in:
Bob Andrews
2024-12-15 23:02:35 +01:00
committed by GitHub
10 changed files with 25 additions and 25 deletions

View File

@@ -1370,7 +1370,7 @@ sequences of the input.
Example:
<tscreen><verb>
/* Use a space wherever an 'a' occurs in ISO-8859-1 source */
#pragma charmap (0x61, 0x20);
#pragma charmap (0x61, 0x20)
</verb></tscreen>