gbranden pushed a commit to branch master
in repository groff.

commit b99afa24f250d3c6b2abea77a24cb8670be752ce
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Thu Sep 11 11:02:16 2025 -0500

    src/roff/troff/node.cpp: Annotate open question.
---
 src/roff/troff/node.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index f94fd1c1e..512a6f68d 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -4244,6 +4244,7 @@ hyphenation_type overstrike_node::get_hyphenation_type()
 
 hyphenation_type space_node::get_hyphenation_type()
 {
+  // XXX: This conditional seems to have no practical consequence. --GBR
   if (was_escape_colon)
     return HYPHEN_MIDDLE;
   return HYPHEN_BOUNDARY;

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to