This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix SET_NUMERIC_STANDARD, _UNDERLYING spelling
authorKarl Williamson <khw@cpan.org>
Mon, 30 Mar 2015 22:42:28 +0000 (16:42 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 7 Apr 2015 18:01:51 +0000 (12:01 -0600)
perl.h

diff --git a/perl.h b/perl.h
index dceae8f..dcb184b 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -6045,8 +6045,8 @@ expression, but with an empty argument list, like this:
 
 #else /* !USE_LOCALE_NUMERIC */
 
-#define SET_LC_NUMERIC_STANDARD()
-#define SET_LC_NUMERIC_UNDERLYING()
+#define SET_NUMERIC_STANDARD()
+#define SET_NUMERIC_UNDERLYING()
 #define IS_NUMERIC_RADIX(a, b)         (0)
 #define STORE_LC_NUMERIC_UNDERLYING_SET_STANDARD()
 #define STORE_LC_NUMERIC_STANDARD_SET_UNDERLYING()