diff options
author | Karl Williamson <khw@cpan.org> | 2019-12-02 08:41:43 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-12-03 09:28:06 -0700 |
commit | a49981460f78bdb771ca714ce5f65a38609676a0 (patch) | |
tree | 3f8ed61251b6c5e3ac7aa30715d393ff26d33506 /metaconfig.h | |
parent | aae69fa95d648dd2de40c79740d9d472460a122a (diff) | |
download | perl-a49981460f78bdb771ca714ce5f65a38609676a0.tar.gz |
metaconfig.h: Rmv temporary entries
These are no longer needed
Diffstat (limited to 'metaconfig.h')
-rw-r--r-- | metaconfig.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/metaconfig.h b/metaconfig.h index 73e0ab0257..968508e333 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -13,18 +13,4 @@ * Symbols should only be here temporarily. Once they are actually used, * they should be removed from here. * - * HAS_BUILTIN_ADD_OVERFLOW - * HAS_BUILTIN_MUL_OVERFLOW - * HAS_BUILTIN_SUB_OVERFLOW - * HAS_LOCALECONV_L - * HAS_MBRLEN - * HAS_MBRTOWC - * HAS_NANOSLEEP - * HAS_STRTOD_L - * HAS_STRTOLD_L - * I_WCHAR - * I_WCTYPE - * HAS_TOWLOWER - * HAS_TOWUPPER - * SETLOCALE_ACCEPTS_ANY_LOCALE_NAME */ |