mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
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:
parent
9af3108046
commit
28bee18f1c
@ -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_ \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user