summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-09-16 23:28:30 +0000
committerNicholas Clark <nick@ccl4.org>2007-09-16 23:28:30 +0000
commita68dd89ee0d217791511611b345d66d66485f8b4 (patch)
treef93b6ecb46318917e7d7fceeea8973c732b311ad /perl.h
parent08a3f4a9aebf0e95afafdb0217fa2977410366cf (diff)
downloadperl-a68dd89ee0d217791511611b345d66d66485f8b4.tar.gz
Change 31873 was not robust against the possibility that the
configuration has no #defined options. So add a "" that will make the initialiser for PL_bincompat_options syntactically correct in this case. p4raw-id: //depot/perl@31876
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index f4a7f6eebe..f05a7ca070 100644
--- a/perl.h
+++ b/perl.h
@@ -4425,7 +4425,7 @@ EXTCONST char PL_bincompat_options[] =
# ifdef USE_SOCKS
" USE_SOCKS"
# endif
- ;
+ "";
#else
EXTCONST char PL_bincompat_options[];
#endif