Skip to content

Commit

Permalink
perl.c: comment that it's also perlmini.c
Browse files Browse the repository at this point in the history
  • Loading branch information
iabyn committed Jun 17, 2016
1 parent 9f99f3e commit a1b6998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perl.c
Expand Up @@ -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)
Expand Down

0 comments on commit a1b6998

Please sign in to comment.