Follow-up Comment #26, bug #67571 (group groff): [comment #24 comment #24:] > Observe that there is no special handling of character classes at all here. > That doesn't mean it doesn't exist, but if it does, it must sit within the > `charinfo` class's member function `set_flags()`.
That rules out quickly. That member function is trivially simple. (I did
this blame from Git HEAD for a reason that should be obvious.)
$ git blame src/roff/troff/charinfo.h | sed -n '/void charinfo::set_flags/,/)
}/p'
38e6049d0d src/roff/troff/charinfo.h (Werner LEMBERG 2010-12-18 09:13:18
+0000 241) inline void charinfo::set_flags(unsigned int c)
^351da0dcd troff/charinfo.h (James Clark 1991-06-02 04:20:34
-0500 242) {
^351da0dcd troff/charinfo.h (James Clark 1991-06-02 04:20:34
-0500 243) flags = c;
^351da0dcd troff/charinfo.h (James Clark 1991-06-02 04:20:34
-0500 244) }
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67571>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
