MFC r289867:

Remove an erroneous semicolon.
This commit is contained in:
markj 2015-11-13 01:37:08 +00:00
parent 8a2f0f6fa4
commit 32a795580c

View File

@ -50,7 +50,7 @@
#define BITSET_DEFINE(t, _s) \
struct t { \
long __bits[__bitset_words((_s))]; \
};
}
#define BITSET_T_INITIALIZER(x) \
{ .__bits = { x } }