CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/07/25 09:29:21
Modified files: regress/lib/libc/locale/uselocale: uselocale.c Log message: 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@