diff options
Diffstat (limited to 'libguile/pairs.c')
-rw-r--r-- | libguile/pairs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/pairs.c b/libguile/pairs.c index 68fa4c901..5dbbab566 100644 --- a/libguile/pairs.c +++ b/libguile/pairs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,2000,2001, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,2000,2001, 2004, 2005, 2006, 2008, 2009, 2011 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 @@ -42,8 +42,8 @@ * See the comments preceeding the definitions of SCM_BOOL_F and * SCM_MATCHES_BITS_IN_COMMON in tags.h for more information. */ -verify (SCM_VALUES_DIFFER_IN_EXACTLY_ONE_BIT_POSITION \ - (SCM_ELISP_NIL, SCM_EOL)); +verify (SCM_BITS_DIFFER_IN_EXACTLY_ONE_BIT_POSITION \ + (SCM_ELISP_NIL_BITS, SCM_EOL_BITS)); #if (SCM_DEBUG_PAIR_ACCESSES == 1) |