Use Client_find_by_session() instead of a few open-coded loops.
[umurmur.git] / src / types.h
index 91d0afa0d65f2aabf327813583b2d7a353528c65..a1c77b0afe8489e1d67513cd6a617db388e46a9c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef TYPES_H_90878954
 #define TYPES_H_90878954
 
-#if __STDC_VERSION__ == 199901L
+#if __STDC_VERSION__ >= 199901L
 
 #include <stdbool.h>
 typedef bool bool_t;