diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-10-07 02:27:35 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-07 02:27:35 +0000 |
commit | 83f780490195a8188f0bad188d45fc95a91d2fbe (patch) | |
tree | 3d506db4b957cffe01a2d81c896a6621f011ce0e /perl_exp.SH | |
parent | 99abf803350989ed8d965e09af2318a986a8a816 (diff) | |
download | perl-83f780490195a8188f0bad188d45fc95a91d2fbe.tar.gz |
Add new function perl_init_fold. (I'm not sure it goes here.)
Diffstat (limited to 'perl_exp.SH')
-rwxr-xr-x | perl_exp.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl_exp.SH b/perl_exp.SH index d941b0eb31..3a44e279b2 100755 --- a/perl_exp.SH +++ b/perl_exp.SH @@ -26,8 +26,9 @@ sed -n '/^[A-Za-z]/ p' interp.sym >> perl.exp # extra globals not included above. cat <<END >> perl.exp -perl_init_i18nl14n perl_init_ext +perl_init_fold +perl_init_i18nl14n perl_alloc perl_construct perl_destruct |