diff options
Diffstat (limited to 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index 4e9e5e889e..3cc25f80f9 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -12,6 +12,15 @@ * "The Road goes ever on and on, down from the door where it began." */ +/* This file contains the main() function for the perl interpreter. + * Note that miniperlmain.c contains main() for the 'miniperl' binary, + * while perlmain.c contains main() for the 'perl' binary. + * + * Miniperl is like perl except that does not support dynamic loading, + * and in fact is used to build the dynamic modules need for the 'real' + * perl execuable. + */ + #ifdef OEMVS #ifdef MYMALLOC /* sbrk is limited to first heap segement so make it big */ |