summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-09-10 08:36:13 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-09-10 08:36:13 +0200
commitd6f85a58fb1c9ba755fae72f750f2968c3a0cd7f (patch)
treea480a130d6898afd3e43585669f2ea7adfe53704 /config_h.SH
parent7f3ab81353b15bbad4d5568250fc27c9f2a3eef5 (diff)
downloadperl-d6f85a58fb1c9ba755fae72f750f2968c3a0cd7f.tar.gz
regen after backport truncl probe
+ fix copy/paste miss in Glossary
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH12
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index eabb617fdf..1af5d4c254 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -612,12 +612,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_truncate HAS_TRUNCATE /**/
-/* HAS_TRUNCL:
- * This symbol, if defined, indicates that the truncl routine is
- * available. If copysignl is also present we can emulate modfl.
- */
-#$d_truncl HAS_TRUNCL /**/
-
/* HAS_TZNAME:
* This symbol, if defined, indicates that the tzname[] array is
* available to access timezone names.
@@ -4235,6 +4229,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_timegm HAS_TIMEGM /**/
+/* HAS_TRUNCL:
+ * This symbol, if defined, indicates that the truncl routine is
+ * available. If copysignl is also present we can emulate modfl.
+ */
+#$d_truncl HAS_TRUNCL /**/
+
/* U32_ALIGNMENT_REQUIRED:
* This symbol, if defined, indicates that you must access
* character data through U32-aligned pointers.