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 /hints | |
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 'hints')
-rw-r--r-- | hints/os390.sh | 8 | ||||
-rw-r--r-- | hints/posix-bc.sh | 7 | ||||
-rw-r--r-- | hints/vmesa.sh | 2 |
3 files changed, 1 insertions, 16 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index 54787e8d9a..6f4f39b0e6 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -139,14 +139,6 @@ case "$archname" in '') archname="$osname" ;; esac -# Architecture related object files. -# ebcdic.c contains special \cX mapping code for EBCDIC char sets. -# Prepend your preference with Configure -Darchobs=your_preference.o. -case "$archname" in -'') archobjs="ebcdic.o" ;; -*) archobjs="$archobjs ebcdic.o" ;; -esac - # We have our own cppstdin script. This is not a variable since # Configure sees the presence of the script file. # We put system header -D definitions in so that Configure diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh index 5c45832534..6275233992 100644 --- a/hints/posix-bc.sh +++ b/hints/posix-bc.sh @@ -92,10 +92,3 @@ esac #'') ldlibpthname=LIBPATH ;; #esac -# Architecture related object files. -# ebcdic.c contains special \cX mapping code for EBCDIC char sets. -# Prepend your preference with Configure -Darchobs=your_preference.o. -case "$archname" in -'') archobjs="ebcdic.o" ;; -*) archobjs="$archobjs ebcdic.o" ;; -esac diff --git a/hints/vmesa.sh b/hints/vmesa.sh index 81ab6a4f44..2c95fd353f 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -24,7 +24,7 @@ d_access='define' d_alarm='define' d_archlib='define' # randbits='15' -archobjs="ebcdic.o vmesa.o" +archobjs="vmesa.o" d_attribut='undef' d_bcmp='define' d_bcopy='define' |