MFC r289867:
Remove an erroneous semicolon.
This commit is contained in:
parent
8a2f0f6fa4
commit
32a795580c
@ -50,7 +50,7 @@
|
||||
#define BITSET_DEFINE(t, _s) \
|
||||
struct t { \
|
||||
long __bits[__bitset_words((_s))]; \
|
||||
};
|
||||
}
|
||||
|
||||
#define BITSET_T_INITIALIZER(x) \
|
||||
{ .__bits = { x } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user