projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ac6f2
)
Make boolean struct member use one bit
author
Andreas Politz
<politza@hochschule-trier.de>
Sat, 7 Oct 2017 15:19:45 +0000
(17:19 +0200)
committer
Andreas Politz
<politza@hochschule-trier.de>
Sat, 7 Oct 2017 15:19:45 +0000
(17:19 +0200)
* src/itree.h (struct interval_tree): Add bit descriptor.
src/itree.h
patch
|
blob
|
history
diff --git
a/src/itree.h
b/src/itree.h
index 7a5c4ae02a83ee3b27e0f5866b06e7e73830af91..2f418f0cf859b93070f7196819f286366abb8fe2 100644
(file)
--- a/
src/itree.h
+++ b/
src/itree.h
@@
-58,7
+58,7
@@
struct interval_tree
uintmax_t otick; /* offset tick, compared with node's otick. */
intmax_t size; /* Number of nodes in the tree. */
struct interval_generator *iter;
- bool_bf iter_running;
+ bool_bf iter_running
: 1
;
};
enum interval_tree_order {