bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hash.c:101: pointers are not permitted as case values


From: Marius Vollmer
Subject: Re: hash.c:101: pointers are not permitted as case values
Date: 04 Jun 2001 17:08:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Alexander Klimov <address@hidden> writes:

> hash.c: In function `scm_hasher':
> hash.c:101: pointers are not permitted as case values

What happens when you change the code like this:

    case SCM_UNPACK(SCM_EOL): 
      d = 256; 
      break;

If that helps, we will use that fix.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]