no hard-coded stack limitations if the user has getrlimit
authorAndy Wingo <wingo@pobox.com>
Fri, 3 Apr 2009 17:38:30 +0000 (10:38 -0700)
committerAndy Wingo <wingo@pobox.com>
Fri, 3 Apr 2009 17:38:30 +0000 (10:38 -0700)
commit6f36dbbe48506eccfc6a1df7d626dfe94ba3f696
tree64d275db946e2ba38f6ec202453da722256bbda8
parenta44c43368b5a6c423e0498b6df734b969df2fdde
no hard-coded stack limitations if the user has getrlimit

* libguile/debug.c (init_stack_limit): Instead of "1 MB or 80% of rlimit,
  whichever is lower", just use 80% of the rlimit, if set.
libguile/debug.c