aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 1e7a99c..56e3617 100644
--- a/util.h
+++ b/util.h
@@ -11,7 +11,7 @@ struct treenode {
unsigned long long key;
void *child[2];
int height;
- _Bool new; /* set by treeinsert if this node was newly allocated */
+ bool new; /* set by treeinsert if this node was newly allocated */
};
extern char *argv0;