M 144.body.scm => 144.body.scm +4 -1
@@ 56,7 56,10 @@
;;;
;;; The mathematical constants are now defined in 144.constants.scm
-(foreign-declare "#include \"float.h\"")
+(foreign-declare "#include \"float.h\"
+#ifndef DBL_TRUE_MIN
+# define DBL_TRUE_MIN DBL_MIN
+#endif")
;; Implementation Constants
M srfi-144.egg => srfi-144.egg +1 -1
@@ 9,7 9,7 @@
(test-dependencies test)
(license "MIT")
(component-options
- (csc-options -X r7rs -R r7rs -O3 -C -O3))
+ (csc-options -X r7rs -R r7rs -O3 -C "-O3 -std=c11"))
(components (extension srfi-144
(source "144.sld")
(source-dependencies