From 8a43ce98138d363b6595a16b98b6016c5e306191 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 23:13:42 +0100 Subject: Use C90-compliant comments --- include/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index 792fad6..ff635eb 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -105,7 +105,7 @@ __diagnose_as_builtin(__builtin_wcrtomb, 1, 2, 3) #endif _FORTIFY_FN(wcrtomb) size_t wcrtomb(char * __s, wchar_t __w, mbstate_t *__st) { - // In glibc, MB_LEN_MAX is typically 16 (6 in glibc versions earlier than 2.2) + /* In glibc, MB_LEN_MAX is typically 16 (6 in glibc versions earlier than 2.2) */ if (__s && 16 > __fh_bos(__s, 2)) { char __buf[16]; __fh_size_t __r; -- cgit v1.3