summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-19 22:46:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-19 22:46:42 +0000
commit3a096bf351e068ac899b4c940544630c7ab75de2 (patch)
treef13998bdb78735d0d9b2319f52283a2b25ff685f /config_h.SH
parentcce08f5b9b7595afc792a45212fcf309dbd735ca (diff)
downloadperl-3a096bf351e068ac899b4c940544630c7ab75de2.tar.gz
More robust inc_version_list from Andy.
p4raw-id: //depot/cfgperl@4820
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 9bbaa9014c..2b45b150f4 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2326,7 +2326,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST $inc_version_list /**/
+#define PERL_INC_VERSION_LIST $inc_version_list_init /**/
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.