This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Correct various Perl version references
[perl5.git] / hints / posix-bc.sh
index 006323f..3962bff 100644 (file)
@@ -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?