diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-01 22:46:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-01 22:46:06 +0000 |
commit | 463502f3dba291d5069ec71524a64d86ea5edbba (patch) | |
tree | 183c95ce4d2728d67e6f48c6b1a4fa59ba177396 | |
parent | 51fac20b958150820bb3d04d5df0bd1d0272854e (diff) | |
download | perl-463502f3dba291d5069ec71524a64d86ea5edbba.tar.gz |
remove dup hunks
p4raw-id: //depot/perl@4272
-rw-r--r-- | configure.com | 21 | ||||
-rw-r--r-- | vms/vms.c | 4 |
2 files changed, 0 insertions, 25 deletions
diff --git a/configure.com b/configure.com index 96e86335a7..a9ed05be38 100644 --- a/configure.com +++ b/configure.com @@ -1762,27 +1762,6 @@ $ ELSE $ use_64bit="N" $ ENDIF $ ENDIF -$! -$! Ask if they want to build with 64-bit support -$ if (Archname.eqs."VMS_AXP").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1") -$ THEN -$ echo "This version of perl has experimental support for building wtih -$ echo "64 bit integers and 128 bit floating point variables. This gives -$ echo "a much larger range for perl's mathematical operations. (Note that -$ echo "does *not* enable 64-bit fileops at the moment, as Dec C doesn't -$ echo "do that yet)" -$ echo "" -$ dflt = use_64bit -$ rp = "Build with 64 bits? [''dflt'] " -$ GOSUB myread -$ if ans.eqs."" then ans = dflt -$ if (f$extract(0, 1, "''ans'").eqs."Y").or.(f$extract(0, 1, "''ans'").eqs."y") -$ THEN -$ use_64bit="Y" -$ ELSE -$ use_64bit="N" -$ ENDIF -$ ENDIF $! Ask about threads, if appropriate $ if (Using_Dec_C.eqs."Yes") $ THEN @@ -95,10 +95,6 @@ static bool will_taint = FALSE; /* tainting active, but no PL_curinterp yet */ /* munching */ static int no_translate_barewords; -/* True if we shouldn't treat barewords as logicals during directory */ -/* munching */ -static int no_translate_barewords; - /*{{{int vmstrnenv(const char *lnm, char *eqv, unsigned long int idx, struct dsc$descriptor_s **tabvec, unsigned long int flags) */ int vmstrnenv(const char *lnm, char *eqv, unsigned long int idx, |