Distinguish #f and ().
authorJim Blandy <jimb@red-bean.com>
Thu, 3 Oct 1996 05:02:36 +0000 (05:02 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 3 Oct 1996 05:02:36 +0000 (05:02 +0000)
commit3c205827ce39a80518d6ffaa4e05714f8f8f8400
tree1afa536f9cea3c834e9334d57f6a1a5b30e81a7e
parentee81f9ca7bea75f30fcf47241440ff51c31ec510
Distinguish #f and ().
* __scm.h: #undef SICP.
* pairs.h (SCM_EOL): Delete this definition, equating it with
SCM_BOOL_F.
* tags.h (SCM_EOL): Give it a new definition here; I think I found
the value it used to have.  Doc fixes, too.
libguile/__scm.h
libguile/pairs.h
libguile/tags.h