The do { } while (0) macro example was missing a space after the 'e'.
This commit is contained in:
parent
1f5e29c956
commit
ad30894246
@ -181,7 +181,7 @@ for pretty-printers and editors.
|
||||
#define MACRO(x, y) do { \e
|
||||
variable = (x) + (y); \e
|
||||
(y) += 2; \e
|
||||
} while(0)
|
||||
} while (0)
|
||||
.Ed
|
||||
.Pp
|
||||
Enumeration values are all uppercase.
|
||||
|
Loading…
Reference in New Issue
Block a user