summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-13 02:22:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-13 02:22:36 +0000
commita926ef6bf408292b4a3963e296e2683a36825a5e (patch)
tree8df4df0b82f79849f41ac091d67892c1bc4d50a9 /embed.h
parentf49d4d0f1aad3e3c7e34453d2bac9954bf237486 (diff)
downloadperl-a926ef6bf408292b4a3963e296e2683a36825a5e.tar.gz
Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
p4raw-id: //depot/perl@8783
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 6d2eea6241..1150e984b6 100644
--- a/embed.h
+++ b/embed.h
@@ -1159,6 +1159,9 @@
# if defined(LEAKTEST)
#define xstat S_xstat
# endif
+# if defined(EBCDIC)
+#define ebcdic_control Perl_ebcdic_control
+# endif
#endif
#if defined(PERL_OBJECT)
#endif
@@ -2633,6 +2636,9 @@
# if defined(LEAKTEST)
#define xstat(a) S_xstat(aTHX_ a)
# endif
+# if defined(EBCDIC)
+#define ebcdic_control(a) Perl_ebcdic_control(aTHX_ a)
+# endif
#endif
#if defined(PERL_OBJECT)
#endif
@@ -5112,6 +5118,10 @@
#define S_xstat CPerlObj::S_xstat
#define xstat S_xstat
# endif
+# if defined(EBCDIC)
+#define Perl_ebcdic_control CPerlObj::Perl_ebcdic_control
+#define ebcdic_control Perl_ebcdic_control
+# endif
#endif
#if defined(PERL_OBJECT)
#endif