Skip to content
Snippets Groups Projects
Commit 1627a6b3 authored by ram's avatar ram
Browse files

Fixed broken declarations.

parent 4f7ddc3d
No related branches found
No related tags found
No related merge requests found
...@@ -623,10 +623,9 @@ ...@@ -623,10 +623,9 @@
(if setfs (if setfs
`(multiple-value-bind (,gc ,saved-state ,temp-mask ,temp-gc) `(multiple-value-bind (,gc ,saved-state ,temp-mask ,temp-gc)
(copy-gcontext-local-state ,gcontext ',indexes ,@extension-indexes) (copy-gcontext-local-state ,gcontext ',indexes ,@extension-indexes)
(declare (type gcontext ,gc) (declare (type gcontext ,gc ,temp-gc)
(type gcontext-state ,saved-state) (type gcontext-state ,saved-state)
(type xgcmask ,temp-mask) (type xgcmask ,temp-mask))
(type (or null resource-id) ,temp-gc))
(with-gcontext-bindings (,gc ,saved-state (with-gcontext-bindings (,gc ,saved-state
,(append indexes extension-indexes) ,(append indexes extension-indexes)
,ts-index ,temp-mask ,temp-gc) ,ts-index ,temp-mask ,temp-gc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment