diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-13 02:22:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-13 02:22:36 +0000 |
commit | a926ef6bf408292b4a3963e296e2683a36825a5e (patch) | |
tree | 8df4df0b82f79849f41ac091d67892c1bc4d50a9 /embed.pl | |
parent | f49d4d0f1aad3e3c7e34453d2bac9954bf237486 (diff) | |
download | perl-a926ef6bf408292b4a3963e296e2683a36825a5e.tar.gz |
Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
p4raw-id: //depot/perl@8783
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2553,6 +2553,9 @@ s |SV* |mess_alloc # if defined(LEAKTEST) s |void |xstat |int # endif +# if defined(EBCDIC) +p |int |ebcdic_control |int ch +# endif #endif #if defined(PERL_OBJECT) |