gbranden pushed a commit to branch master
in repository groff.

commit a3737e476d135fad16a66375cd2fb8d92016016a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 19 12:35:59 2025 -0600

    src/roff/troff/number.cpp: Annotate global var.
---
 src/roff/troff/number.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/number.cpp b/src/roff/troff/number.cpp
index 12b602238..7b6db19ce 100644
--- a/src/roff/troff/number.cpp
+++ b/src/roff/troff/number.cpp
@@ -37,7 +37,7 @@ const hunits H0; // zero in horizontal units
 int hresolution = 1;
 int vresolution = 1;
 int units_per_inch;
-int sizescale;
+int sizescale; // subdivisions per point
 
 static bool is_valid_expression(units *u, int scaling_unit,
                                bool is_parenthesized,

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

Reply via email to