gbranden pushed a commit to branch master
in repository groff.

commit 8455075cb9cba3fa956edc3b283347788deacb4c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Nov 19 20:27:41 2025 -0600

    src/roff/troff/input.cpp: Drop false annotation.
    
    A `charinfo` object _does_ know its name.  If it has one, it's in the
    member variable `nm` of type `symbol`.  An indexed character may lack
    a name, however.
---
 src/roff/troff/input.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index df2cd4e44..f147c25d4 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -5013,7 +5013,6 @@ static void print_character_request()
                " is not defined", tok.character_index());
     }
     else {
-      // A charinfo doesn't know the name by which it is accessed.
       if (tok.is_indexed_character())
        errprint("character indexed %1 in current font\n",
                 tok.character_index());

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

Reply via email to