summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-23 10:02:21 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-23 10:03:25 +0100
commit3267aef691333a85988941dbf9b86e331ecde4f3 (patch)
tree2f3930b8f6636df1ad389373784a1731bf2c0477 /perl.c
parent6fa4daccf8676188291b42c143f34f4ab72ff066 (diff)
downloadperl-3267aef691333a85988941dbf9b86e331ecde4f3.tar.gz
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 ...)
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index e80b9e45c6..22c18ebde7 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