This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump versions from 5.15.7 to 5.15.8
[perl5.git] / hints / posix-bc.sh
index 683bbcc..3962bff 100644 (file)
@@ -9,7 +9,7 @@
 # the appropriate -D option.
 
 # remove this line if dynamic libraries are working for you:
-bs2000_ignoredl='y'
+ bs2000_ignoredl='y'
 
 # To get ANSI C, we need to use c89
 # You can override this with Configure -Dcc=gcc
@@ -23,7 +23,7 @@ esac
 # -DUSE_PURE_BISON
 # -D_XOPEN_SOURCE_EXTENDED alters system headers.
 # Prepend your favorites with Configure -Dccflags=your_favorites
-ccflags="$ccflags -Kc_names_unlimited,enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED"
+ccflags="$ccflags -Kc_names_unlimited,enum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -DYYMAXDEPTH=65000 -DYYINITDEPTH=1000 -D_XOPEN_SOURCE_EXTENDED"
 
 # Now, what kind of BS2000 system are we running on?
 echo
@@ -51,7 +51,7 @@ if [ -z "$bs2000_ignoredl" -a -e /usr/lib/libdl.a ]; then
        *risc_4000*)
            bs2000_ld="perl_genso"
            echo "
-Now you must buy everything they sell you, musn't you?
+Now you must buy everything they sell you, mustn't you?
 Didn't somebody tell you that RISC machines and dynamic library support gives
 you helluva lot of configuration problems at the moment?
 Sigh.  Now you'll expect me to fix it for you, eh?
@@ -64,9 +64,9 @@ cat > $bs2000_ld <<EOF
 #
 # Perl's wrapper for genso by Thomas.Dorner@start.de
 
-GENSO=/usr/bin/genso
-options=""
-params=""
+ GENSO=/usr/bin/genso
+ options=""
+ params=""
 while [[ \$# -gt 0 ]]; do
     case \$1 in
        -K)
@@ -169,4 +169,3 @@ esac
 #case "$ldlibpthname" in
 #'') ldlibpthname=LIBPATH ;;
 #esac
-