configure.in: Remove NO_GETENV definition for win32.
authorHans Boehm <Hans_Boehm@hp.com>
Fri, 3 Oct 2003 18:43:06 +0000 (18:43 +0000)
committerHans Boehm <hboehm@gcc.gnu.org>
Fri, 3 Oct 2003 18:43:06 +0000 (18:43 +0000)
commitaa44273b85d17ab119a65ac6852bb6061bbeac05
tree24628e70256e7b26eb5d3ef1d7173ad25c32fea6
parentf451eeefad9f818fded92b2d0d8fbb0ca6b2456c
configure.in: Remove NO_GETENV definition for win32.

* configure.in: Remove NO_GETENV definition for win32.
* mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
* misc.c (GC_init_inner): Call GC_thr_init for win32.
  (GC_set_warn_proc): Add assertion.
* win32_threads.c: Import 6.3alpha2 version.
* include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.

From-SVN: r72074
boehm-gc/ChangeLog
boehm-gc/configure.in
boehm-gc/include/private/gc_priv.h
boehm-gc/mach_dep.c
boehm-gc/misc.c
boehm-gc/win32_threads.c