git.fiddlerwoaroof.com
Browse code

make this run on sbcl

Ed Langley authored on 18/01/2018 06:37:42
Showing 1 changed files
... ...
@@ -151,6 +151,9 @@
151 151
            :pointer p])))
152 152
 
153 153
 (defun main ()
154
+  #+sbcl
155
+  (sb-int:set-floating-point-modes :traps '())
156
+
154 157
   (trivial-main-thread:with-body-in-main-thread (:blocking t)
155 158
     [#@NSAutoReleasePool @(new)]
156 159
     [#@NSApplication @(sharedApplication)]