diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 11:45:54 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 11:54:41 +0300 |
commit | 9158d9115725ca7f4ada745ec55eddd5747bc61e (patch) | |
tree | f262cd6d7a98bb367943a4918b6963a7800f3937 /contrib/tools/bison/lib/bitset_stats.h | |
parent | 632b3cedb8e12fbbb0bcd1bdbf7ec5686725b7e9 (diff) | |
download | ydb-9158d9115725ca7f4ada745ec55eddd5747bc61e.tar.gz |
Update contrib/tools/bison to 3.2.4
78e59a97f3fde03511ddb9969cd1daabbaf998bd
Diffstat (limited to 'contrib/tools/bison/lib/bitset_stats.h')
-rw-r--r-- | contrib/tools/bison/lib/bitset_stats.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/bison/lib/bitset_stats.h b/contrib/tools/bison/lib/bitset_stats.h index f1e213f984..3a12ab3680 100644 --- a/contrib/tools/bison/lib/bitset_stats.h +++ b/contrib/tools/bison/lib/bitset_stats.h @@ -25,10 +25,10 @@ extern bool bitset_stats_enabled; -extern enum bitset_type bitset_stats_type_get (bitset); +enum bitset_type bitset_stats_type_get (bitset); -extern size_t bitset_stats_bytes (void); +size_t bitset_stats_bytes (void); -extern bitset bitset_stats_init (bitset, bitset_bindex, enum bitset_type); +bitset bitset_stats_init (bitset, bitset_bindex, enum bitset_type); #endif |