Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.
authorLudovic Courtès <ludo@gnu.org>
Sat, 22 Oct 2011 14:48:46 +0000 (16:48 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 22 Oct 2011 14:48:46 +0000 (16:48 +0200)
commit36722c6384282bb582e4ba1c828a7e3c5dddb962
tree3dcaded4892a0a44b02ed35aa938d282dc61bd5f
parentbdab5a90713ec68aac17d25c4ddece11bb606268
Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.

* libguile/deprecated.c (init_module_stuff,
  scm_primitive_make_property): Use `scm_is_false' instead of direct
  comparison to SCM_BOOL_F'.
  (maybe_close_port, scm_close_all_ports_except): Use `SCM2PTR' and
  `PTR2SCM' instead of wild casts.
libguile/deprecated.c