gbranden pushed a commit to branch master
in repository groff.
commit b69f09fbdff2f1775a43c8e409710fa147e919aa
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jun 24 22:34:12 2026 -0500
src/preproc/pic/lex.cpp: Annotate.
...future directions.
---
src/preproc/pic/lex.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/preproc/pic/lex.cpp b/src/preproc/pic/lex.cpp
index 6b323d5da..3580e4ff8 100644
--- a/src/preproc/pic/lex.cpp
+++ b/src/preproc/pic/lex.cpp
@@ -936,7 +936,7 @@ static int get_token_after_dot(int c)
}
}
-static int get_token(int lookup_flag)
+static int get_token(int lookup_flag /* TODO: boolify */)
{
context_buffer.clear();
for (;;) {
@@ -1800,6 +1800,7 @@ void push_body(const char *s)
input_stack::push(new macro_input(s));
}
+// TODO: boolify
int delim_flag = 0;
static char *get_thru_arg()
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit