aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 04:47:08 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 04:47:08 +0000
commit9297c9e7809e9116faf7b73dbb97a39ed75995bf (patch)
tree7f9b599c3cd5d1470276b43864d25e9a3e581eeb /wsutil/Makefile.common
parent3aaf560877c6977aae0084f7f99944cc314791c3 (diff)
Rename swar_count_bits() to ws_count_ones()
Try to make ws_count_ones() inline function. svn path=/trunk/; revision=53178
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 4d2ab79376..a01ecee98a 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -52,7 +52,6 @@ LIBWSUTIL_SRC = \
sha1.c \
strnatcmp.c \
str_util.c \
- swar.c \
rc4.c \
report_err.c \
tempfile.c \
@@ -63,6 +62,7 @@ LIBWSUTIL_SRC = \
LIBWSUTIL_INCLUDES = \
aes.h \
bits_ctz.h \
+ bits_count_ones.h \
crash_info.h \
crc6.h \
crc7.h \
@@ -87,7 +87,6 @@ LIBWSUTIL_INCLUDES = \
pint.h \
rc4.h \
report_err.h \
- swar.h \
tempfile.h \
type_util.h \
u3.h