mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Use a semicolon at the end of a function-like macro invocation. Kills
warnings and makes the visual style easier.
This commit is contained in:
parent
8803fc01d8
commit
4f8cb019ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100074
@ -88,7 +88,7 @@ SYSCTL_NODE(_kern, OID_AUTO, timecounter, CTLFLAG_RW, 0, "");
|
||||
|
||||
#define TC_STATS(foo) \
|
||||
static u_int foo; \
|
||||
SYSCTL_UINT(_kern_timecounter, OID_AUTO, foo, CTLFLAG_RD, &foo, 0, "") \
|
||||
SYSCTL_UINT(_kern_timecounter, OID_AUTO, foo, CTLFLAG_RD, &foo, 0, "");\
|
||||
struct __hack
|
||||
|
||||
TC_STATS(nbinuptime); TC_STATS(nnanouptime); TC_STATS(nmicrouptime);
|
||||
|
Loading…
Reference in New Issue
Block a user