summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-19 13:28:30 -0600
committerKarl Williamson <khw@cpan.org>2015-03-19 16:18:00 -0600
commite737dcc5adb493caa5a9ba93970c4d3e4a8ed30f (patch)
treee70af7c887e7eb7b68da1fe2b00b64a8f0cd5585 /perl.h
parent67d796aebd5882a4f28c5b95fb63f198a160c844 (diff)
downloadperl-e737dcc5adb493caa5a9ba93970c4d3e4a8ed30f.tar.gz
perl.h: White-space only
Remove some empty /**/ and align line continuation backslashes onto tab boundaries
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index 5477d8aac8..d9d673bd5a 100644
--- a/perl.h
+++ b/perl.h
@@ -5893,9 +5893,9 @@ typedef struct am_table_short AMTS;
} \
}
-#define RESTORE_LC_NUMERIC() \
- if (_restore_LC_NUMERIC_function) { \
- _restore_LC_NUMERIC_function(aTHX); \
+#define RESTORE_LC_NUMERIC() \
+ if (_restore_LC_NUMERIC_function) { \
+ _restore_LC_NUMERIC_function(aTHX); \
}
/* The next two macros set unconditionally. These should be rarely used, and
@@ -5948,14 +5948,14 @@ typedef struct am_table_short AMTS;
#else /* !USE_LOCALE_NUMERIC */
-#define SET_LC_NUMERIC_STANDARD() /**/
+#define SET_LC_NUMERIC_STANDARD()
#define SET_LC_NUMERIC_UNDERLYING()
#define IS_NUMERIC_RADIX(a, b) (0)
#define STORE_LC_NUMERIC_UNDERLYING_SET_STANDARD()
#define STORE_LC_NUMERIC_STANDARD_SET_UNDERLYING()
#define STORE_LC_NUMERIC_FORCE_TO_UNDERLYING()
#define RESTORE_LC_NUMERIC_UNDERLYING()
-#define RESTORE_LC_NUMERIC_STANDARD() /**/
+#define RESTORE_LC_NUMERIC_STANDARD()
#define DECLARATION_FOR_LC_NUMERIC_MANIPULATION
#define STORE_LC_NUMERIC_SET_TO_NEEDED()
#define RESTORE_LC_NUMERIC()