diff options
author | Karl Williamson <khw@cpan.org> | 2018-07-07 17:13:14 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-07-07 17:15:57 -0600 |
commit | 7e7bdfd74fb6c113e9fbec9b06b7f12a6be7a687 (patch) | |
tree | 5056d2d2a05fb0d07f7f5d87b6b02b160800c71b /perl.h | |
parent | d375d3a63b7d874e48f0fb872e183af2e2b5dfc1 (diff) | |
download | perl-7e7bdfd74fb6c113e9fbec9b06b7f12a6be7a687.tar.gz |
perl.h: Properly indent a #if
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6090,7 +6090,7 @@ typedef struct am_table_short AMTS; && (! defined(USE_THREAD_SAFE_LOCALE) || defined(TS_W32_BROKEN_LOCALECONV)) /* We have a locale object holding the 'C' locale for Posix 2008 */ -#ifndef USE_POSIX_2008_LOCALE +# ifndef USE_POSIX_2008_LOCALE # define _LOCALE_TERM_POSIX_2008 NOOP # else # define _LOCALE_TERM_POSIX_2008 \ |