Separate the macro for generating string test functions
authorschwarze <schwarze@openbsd.org>
Mon, 25 Jul 2022 15:29:21 +0000 (15:29 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 25 Jul 2022 15:29:21 +0000 (15:29 +0000)
commit60875c3b8d4e3a3b9291e9e17f1e38c9a71077fe
tree8a9bf52c0de711b8030caaf5b6fdaa6a2596dea3
parent871b955fda47453b8ee3085465450ddf145e5fa9
Separate the macro for generating string test functions
for the macro generating test functions for other data types.
This makes sense because both are sufficiently different.

It also avoids a large number of false positive compiler warnings
that guenther@ reported.

OK guenther@
regress/lib/libc/locale/uselocale/uselocale.c