gbranden pushed a commit to branch master
in repository groff.

commit da820b1d793de1d33e7b0016137b199f59679b44
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Nov 27 21:08:39 2024 -0600

    src/include/stringclass.h: Annotate sys #includes.
---
 src/include/stringclass.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/stringclass.h b/src/include/stringclass.h
index f59826636..ded627d2f 100644
--- a/src/include/stringclass.h
+++ b/src/include/stringclass.h
@@ -21,8 +21,8 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 #endif
 
 #include <assert.h>
-#include <string.h>
-#include <stdio.h>
+#include <string.h> // memcmp(), strlen()
+#include <stdio.h> // FILE
 
 // Ensure that the first declaration of functions that are later
 // declared as inline declares them as inline.

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

Reply via email to