util/bit_reverse: convert to C++

This commit is contained in:
Max Kellermann
2020-02-05 19:49:18 +01:00
parent b84444b680
commit 7b03f55cb4
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ util = static_library(
'OptionParser.cxx',
'ByteReverse.cxx',
'format.c',
'bit_reverse.c',
'BitReverse.cxx',
include_directories: inc,
)