From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 23 Sep 2009 09:02:21 +0000 (+0100)
Subject: Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -V
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3267aef691333a85988941dbf9b86e331ecde4f3;p=p5sagit%2Fp5-mst-13.2.git

Declare PERL_IS_MINIPERL in the output of ./{mini,}perl -V

(It should never happen that miniperl gets into production, but make something
foolproof and ...)
---

diff --git a/perl.c b/perl.c
index e80b9e4..22c18eb 100644
--- a/perl.c
+++ b/perl.c
@@ -1774,6 +1774,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
 #  ifdef PERL_DONT_CREATE_GVSV
 			     " PERL_DONT_CREATE_GVSV"
 #  endif
+#  ifdef PERL_IS_MINIPERL
+			     " PERL_IS_MINIPERL"
+#  endif
 #  ifdef PERL_MALLOC_WRAP
 			     " PERL_MALLOC_WRAP"
 #  endif