mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: modernize lib/vbitset.h
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user