changeset 6467:a4af49dd321e

mingw::guile: remove obsolete gc workaround.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 01 Feb 2011 15:20:42 +0100
parents 9b78222774a7
children 0ea4f16c7d7a
files patches/guile-1.9.14-mingw.patch
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/patches/guile-1.9.14-mingw.patch	Tue Feb 01 15:20:20 2011 +0100
+++ b/patches/guile-1.9.14-mingw.patch	Tue Feb 01 15:20:42 2011 +0100
@@ -68,18 +68,6 @@
  
  
  void
---- guile-1.9.14/libguile/bdw-gc.h~	2010-12-14 19:15:17.000000000 +0100
-+++ guile-1.9.14/libguile/bdw-gc.h	2011-01-29 12:35:43.485771038 +0100
-@@ -30,7 +30,9 @@
-    allocation.  */
- 
- # define GC_THREADS 1
-+#ifndef __MINGW32__
- # define GC_REDIRECT_TO_LOCAL 1
-+#endif /* __MINGW32__ */
- 
- #endif
- 
 --- guile-1.9.14/libguile/objcodes.c~	2010-12-14 19:15:17.000000000 +0100
 +++ guile-1.9.14/libguile/objcodes.c	2011-01-30 14:54:56.075069344 +0100
 @@ -70,7 +70,11 @@ make_objcode_by_mmap (int fd)