projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7470834
)
fixed wrong comparison operator
author
Felix Morgner
<felix.morgner@gmail.com>
Tue, 22 Apr 2014 09:08:59 +0000
(11:08 +0200)
committer
Felix Morgner
<felix.morgner@gmail.com>
Tue, 22 Apr 2014 09:08:59 +0000
(11:08 +0200)
As mentioned by Martin, i now fixed the comparison to be
logically corret.
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index 91d0afa0d65f2aabf327813583b2d7a353528c65..a1c77b0afe8489e1d67513cd6a617db388e46a9c 100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-1,7
+1,7
@@
#ifndef TYPES_H_90878954
#define TYPES_H_90878954
#ifndef TYPES_H_90878954
#define TYPES_H_90878954
-#if __STDC_VERSION__
=
= 199901L
+#if __STDC_VERSION__
>
= 199901L
#include <stdbool.h>
typedef bool bool_t;
#include <stdbool.h>
typedef bool bool_t;