Change 31873 was not robust against the possibility that the
Nicholas Clark [Sun, 16 Sep 2007 23:28:30 +0000 (23:28 +0000)]
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

perl.h

diff --git a/perl.h b/perl.h
index f4a7f6e..f05a7ca 100644 (file)
--- 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