gbranden pushed a commit to branch master
in repository groff.

commit 47b99273433e2a4ca391398b4cd147335c9b4073
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 19 12:58:53 2025 -0600

    src/roff/troff/node.h: Fix code stye nit.
    
    * src/roff/troff/node.h: Drop duplicate incomplete type declaration.
---
 ChangeLog             | 5 +++++
 src/roff/troff/node.h | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bc0513ed5..d9509ee07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-12-19  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/node.h: Drop duplicate incomplete type
+       declaration.
+
 2025-12-19  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/token.h (token::ch): Compare member variable
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 8353bad1f..44d322381 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -682,7 +682,6 @@ public:
   void dump_properties();
 };
 
-class charinfo;
 node *make_node(charinfo *, environment *);
 bool character_exists(charinfo *, environment *);
 

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

Reply via email to