diff options
author | David Mitchell <davem@iabyn.com> | 2016-06-17 17:53:00 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-06-17 17:53:00 +0100 |
commit | a1b6998077ae2b109cc93651b33f30c38a068f9e (patch) | |
tree | 406433488fac2444b477b9b71e113bc8932019c4 /perl.c | |
parent | 9f99f3e9e6ae0ec21101eb53f031516873ae9ac3 (diff) | |
download | perl-a1b6998077ae2b109cc93651b33f30c38a068f9e.tar.gz |
perl.c: comment that it's also perlmini.c
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ * and destroy a perl interpreter, plus the functions used by XS code to * call back into perl. Note that it does not contain the actual main() * function of the interpreter; that can be found in perlmain.c + * + * Note that at build time this file is also linked to as perlmini.c, + * and perlmini.o is then built with PERL_IS_MINIPERL defined, which is + * then used to create the miniperl executable, rather than perl.o. */ #if defined(PERL_IS_MINIPERL) && !defined(USE_SITECUSTOMIZE) |