From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile init.c Date: Tue, 14 Mar 2000 14:15:00 -0000 Message-id: <20000314221512.15562.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00400.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/03/14 14:15:12 Modified files: guile-core/libguile: init.c Log message: The following change to init.c is only enabled if Guile was configured with --enable-guile-debug. * init.c (scm_i_getenv_int): New function. (scm_boot_guile_1): Use the environment variables GUILE_INIT_HEAP_SIZE, GUILE_INIT_HEAP_SIZE2 to select heap size if they exist. (This may be replaced by a Scheme level mechanism in the future.)