fix compilation of control.c, continuations.c when SCM_ALIGNED is not defined
authorAndy Wingo <wingo@pobox.com>
Fri, 3 Feb 2012 12:57:32 +0000 (13:57 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 3 Feb 2012 23:10:14 +0000 (00:10 +0100)
commit5556c17511ce19f6dfa9fc6cef0e12cf90282e9b
treedada12e395699fee58f9a216539ecf8e38e7c3b4
parentdf0a100250a8eea3bfb6b8999cad54d01633567c
fix compilation of control.c, continuations.c when SCM_ALIGNED is not defined

* libguile/control.c:
* libguile/continuations.c: Fix for the case in which SCM_ALIGNED is not
  defined.  Though I wonder, perhaps we should just error out in those
  cases.
libguile/continuations.c
libguile/control.c