Skip to content
Snippets Groups Projects
Commit 609b5693 authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r1861,

which included commits to RCS files with non-trunk default branches.
parents 3f681b0c 1627a6b3
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.
Please register or to comment