chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mostly Cairo releated fixes
[clg]
/
examples
/
testcairo.lisp
diff --git
a/examples/testcairo.lisp
b/examples/testcairo.lisp
index f7b6b7167c5bb7a69ce776a6a475d0da32fefc8b..9768b903bd2cf531dd788a3d59184ec53a32f9dd 100644
(file)
--- a/
examples/testcairo.lisp
+++ b/
examples/testcairo.lisp
@@
-540,7
+540,6
@@
(defun create-tests ()
(clg-init)
(clg-init)
-#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93")
(rsvg:init)
;; We need to turn off floating point exceptions, because Cairo is
(rsvg:init)
;; We need to turn off floating point exceptions, because Cairo is
@@
-549,4
+548,4
@@
(rsvg:init)
#+sbcl(sb-int:set-floating-point-modes :traps nil)
#+cmu(ext:set-floating-point-modes :traps nil)
#+sbcl(sb-int:set-floating-point-modes :traps nil)
#+cmu(ext:set-floating-point-modes :traps nil)
-(
create-tests
)
+(
within-main-loop (create-tests)
)