Fixed a warning in `symbols.c'.
authorLudovic Courtes <ludovic.courtes@laas.fr>
Tue, 30 May 2006 21:23:18 +0000 (21:23 +0000)
committerLudovic Courtès <ludo@gnu.org>
Fri, 5 Sep 2008 07:35:03 +0000 (09:35 +0200)
commitbebc45ae90481ca461c6fa0d81c14e4d291f912e
tree223430bb7ff13e8489fdd5ee1889ea8c76b85f4d
parent194c0a3e402f20c51f5bf7041d8b9edce913b071
Fixed a warning in `symbols.c'.

* libguile/symbols.c (lookup_interned_symbol): When checking for `NULL',
  use `SCM2PTR' rather than `SCM_UNPACK' (this fixes a warning).

git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-31
libguile/symbols.c