mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-16 04:32:13 +00:00
style: modernize lib/vbitset.h
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
#include "bitset.h"
|
#include "bitset.h"
|
||||||
|
|
||||||
extern size_t vbitset_bytes (bitset_bindex);
|
size_t vbitset_bytes (bitset_bindex);
|
||||||
|
|
||||||
extern bitset vbitset_init (bitset, bitset_bindex);
|
bitset vbitset_init (bitset, bitset_bindex);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user