Merge pull request #151 from zickzackv/patch-1

add missing conditional compilation for sbcl
This commit is contained in:
Dimitri Fontaine 2015-01-18 23:38:30 +01:00
commit 388dc31cb7

View File

@ -117,7 +117,7 @@
(excluding))
`(lambda ()
;; now is the time to load the CFFI lib we need (freetds)
(let ((sb-ext:*muffled-warnings* 'style-warning))
(let (#+sbcl(sb-ext:*muffled-warnings* 'style-warning))
(cffi:load-foreign-library 'mssql::sybdb))
(let* ((state-before (pgloader.utils:make-pgstate))