X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Ftypes.h;h=a1c77b0afe8489e1d67513cd6a617db388e46a9c;hb=HEAD;hp=91d0afa0d65f2aabf327813583b2d7a353528c65;hpb=7470834ac6613c2e22626f9511384f025f16768e;p=umurmur.git diff --git a/src/types.h b/src/types.h index 91d0afa..a1c77b0 100644 --- a/src/types.h +++ b/src/types.h @@ -1,7 +1,7 @@ #ifndef TYPES_H_90878954 #define TYPES_H_90878954 -#if __STDC_VERSION__ == 199901L +#if __STDC_VERSION__ >= 199901L #include typedef bool bool_t;