diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-23 10:02:21 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-23 10:03:25 +0100 |
commit | 3267aef691333a85988941dbf9b86e331ecde4f3 (patch) | |
tree | 2f3930b8f6636df1ad389373784a1731bf2c0477 /perl.c | |
parent | 6fa4daccf8676188291b42c143f34f4ab72ff066 (diff) | |
download | perl-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |