Fix build with sb-fluid
commit85f8f989629111e8d27d967ff12f658305e4a908
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 4 Jun 2016 12:29:45 +0000 (4 14:29 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 4 Jun 2016 12:34:34 +0000 (4 14:34 +0200)
tree03a02182427a419d92db329fdd6c0c32e2fffdd9
parent96605a181d004fc4b7a6570de4ad6e65e9b9576f
Fix build with sb-fluid

Some function were declared [maybe-]inline when #!-sb-fluid, while
callers had unconditional local inline declarations. With the new
stricter warning handling, the failed inlining attempts made the build
fail.
src/code/bignum.lisp
src/code/room.lisp
src/code/target-random.lisp