Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
travis-ci: make the OSX build jobs' 'brew update' more quiet
[gitweb.git]
/
ewah
/
ewok_rlw.h
diff --git
a/ewah/ewok_rlw.h
b/ewah/ewok_rlw.h
index d487966935e2d81aeece7f57f382c941d14325d7..bafa24f4c3a03318611b1b8ce591a440108de707 100644
(file)
--- a/
ewah/ewok_rlw.h
+++ b/
ewah/ewok_rlw.h
@@
-31,7
+31,7
@@
#define RLW_RUNNING_LEN_PLUS_BIT (((eword_t)1 << (RLW_RUNNING_BITS + 1)) - 1)
-static int rlw_get_run_bit(const eword_t *word)
+static in
line in
t rlw_get_run_bit(const eword_t *word)
{
return *word & (eword_t)1;
}