projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fade: cosmetic cleanups
[paraslash.git]
/
filter.h
diff --git
a/filter.h
b/filter.h
index
06d727f
..
9956619
100644
(file)
--- a/
filter.h
+++ b/
filter.h
@@
-301,9
+301,9
@@
void *(*parse_config)(int argc, char **argv);
};
-static inline void write_int16_host_endian(char *buf, int
16_t
val)
+static inline void write_int16_host_endian(char *buf, int val)
{
-#if
ndef
BIGENDIAN
+#if
def WORDS_
BIGENDIAN
*buf = val >> 8;
*(buf + 1) = val & 0xff;
#else