mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
Fixed MCL incompatibility
This commit is contained in:
parent
5b2d5696f3
commit
fa91c627f0
@ -155,7 +155,7 @@
|
||||
;;; ------------------------------------------------------------------------------------------------------
|
||||
;;; VALUE ASSERTS
|
||||
|
||||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(defconstant *value-asserts* t))
|
||||
|
||||
; Assert that (test value) returns non-nil. Return value.
|
||||
|
@ -155,7 +155,7 @@
|
||||
;;; ------------------------------------------------------------------------------------------------------
|
||||
;;; VALUE ASSERTS
|
||||
|
||||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(defconstant *value-asserts* t))
|
||||
|
||||
; Assert that (test value) returns non-nil. Return value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user