gbranden pushed a commit to branch master
in repository groff.

commit 6d802db892f55026b61cb7e662b2809da276f61f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Apr 28 15:55:45 2024 -0500

    src/roff/troff/node.h: Annotate 3-valued Boolean.
---
 src/roff/troff/node.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index b7610f8b7..2f5caa3d8 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -148,8 +148,8 @@ inline node::~node()
     delete push_state;
 }
 
+// three-valued Boolean :-|
 // 0 means it doesn't, 1 means it does, 2 means it's transparent
-
 int node_list_ends_sentence(node *);
 
 struct breakpoint {

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to