armon / bloomd

C network daemon for bloom filters
http://armon.github.io/bloomd
Other
1.24k stars 112 forks source link

Do not use `or` keyword for conditionals, use C syntax `||` instead. #30

Closed hroptatyr closed 10 years ago

hroptatyr commented 10 years ago

Probably works for a lot of C compilers that are also able to act as C++ compilers. It's non-standard in C nonetheless.

armon commented 10 years ago

Thanks!