perl_langinfo.h: Fix typos

Commit 7fa3c53d55c304560ddc569ba9ae6760380eb112 added these lines; the
problem is that each should have had a trailing underscore in the names.
This commit is contained in:
Karl Williamson 2024-02-13 06:55:32 -07:00
parent 9af3108046
commit 28bee18f1c

View File

@ -319,11 +319,11 @@ typedef int nl_item; /* Substitute 'int' for emulated nl_langinfo() */
#endif
/* All these categories have to be emulated if not available on the platform */
#if ! LC_CTYPE_AVAIL \
|| ! LC_MESSAGES_AVAIL \
|| ! LC_MONETARY_AVAIL \
|| ! LC_NUMERIC_AVAIL \
|| ! LC_TIME_AVAIL \
#if ! LC_CTYPE_AVAIL_ \
|| ! LC_MESSAGES_AVAIL_ \
|| ! LC_MONETARY_AVAIL_ \
|| ! LC_NUMERIC_AVAIL_ \
|| ! LC_TIME_AVAIL_ \
|| ! LC_ADDRESS_AVAIL_ \
|| ! LC_IDENTIFICATION_AVAIL_ \
|| ! LC_MEASUREMENT_AVAIL_ \