diff --git a/libguile/bdw-gc.h b/libguile/bdw-gc.h index 61c11eb94..2e1fce27b 100644 --- a/libguile/bdw-gc.h +++ b/libguile/bdw-gc.h @@ -1,7 +1,7 @@ #ifndef SCM_BDW_GC_H #define SCM_BDW_GC_H -/* Copyright (C) 2006, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2006, 2008, 2009, 2011, 2012 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -46,12 +46,6 @@ # include #endif -#if (defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7) -/* This type was provided by `libgc' 6.x. */ -typedef void *GC_PTR; -#endif - - /* Return true if PTR points to the heap. */ #define SCM_I_IS_POINTER_TO_THE_HEAP(ptr) \ (GC_base (ptr) != NULL)