gbranden pushed a commit to branch master
in repository groff.
commit 0bbb9898f75607dcaa979f75e6db4e9c00fe5375
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 19 13:02:13 2025 -0600
src/roff/troff/token.h: Fix code style nit.
* src/roff/troff/token.h: Drop unneeded incomplete type declaration.
---
ChangeLog | 2 ++
src/roff/troff/token.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d9509ee07..755c511ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/roff/troff/node.h: Drop duplicate incomplete type
declaration.
+ * src/roff/troff/token.h: Drop unneeded incomplete type
+ declaration.
2025-12-19 G. Branden Robinson <[email protected]>
diff --git a/src/roff/troff/token.h b/src/roff/troff/token.h
index 1751bd0a4..8640bc06e 100644
--- a/src/roff/troff/token.h
+++ b/src/roff/troff/token.h
@@ -26,7 +26,6 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
class charinfo;
struct node;
-class vunits;
enum delimiter_context {
DELIMITER_GROFF_EXPRESSION,
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit