]> git.eshelyaron.com Git - emacs.git/commitdiff
Make boolean struct member use one bit
authorAndreas Politz <politza@hochschule-trier.de>
Sat, 7 Oct 2017 15:19:45 +0000 (17:19 +0200)
committerAndreas 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

index 7a5c4ae02a83ee3b27e0f5866b06e7e73830af91..2f418f0cf859b93070f7196819f286366abb8fe2 100644 (file)
@@ -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 {