SCM is either a union or scm_t_bits
authorAndy Wingo <wingo@pobox.com>
Sun, 15 May 2011 08:49:44 +0000 (10:49 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 15 May 2011 13:34:15 +0000 (15:34 +0200)
commit80125469ef95f6d8d46a26619fb2f85151f32719
treef201bdc3741c9e7ac93674cd417b8f3a83a16fa6
parent8787d7a17029a8add20bb8e652ec744bc5d4e6c4
SCM is either a union or scm_t_bits

* libguile/tags.h: Elide the SCM_DEBUG_TYPING_STRICTNESS==1 case.
  Instead just have a flag, SCM_USING_PREHISTORIC_COMPILER, which if set
  uses what was SCM_DEBUG_TYPING_STRICTNESS==0.

* libguile/__scm.h: Remove SCM_DEBUG_TYPING_STRICTNESS block.
libguile/__scm.h
libguile/tags.h