1.0.3.22: fix with-pinned-object buglets
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Sat, 3 Mar 2007 18:28:43 +0000 (18:28 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Sat, 3 Mar 2007 18:28:43 +0000 (18:28 +0000)
commit07f9be96a046393b2f08a1cb25d66e7c28bf6bbb
tree8de771cd343d64c8a2c2d8f7aee87eacd2980d4c
parent8bb8f286dbacf1792a26de693c795d268516672c
1.0.3.22: fix with-pinned-object buglets
 * on ppc types and variables were unused, which was causing a warning
   which was getting promoted to an error. make them ignorable.
 * #+(or x86 x86-64) -> #!+(or x86 x86-64) which should help building
   from non sbcl hosts.
 * also fix indentation in timeval struct definition
src/code/host-alieneval.lisp
src/code/unix.lisp