author | Camm Maguire <camm@debian.org> | 2015年03月10日 18:13:40 -0400 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2015年03月10日 18:13:40 -0400 |
commit | f2314734156abc565028294d74727cfac4cc01d3 (patch) | |
tree | e4595e9404dd604a36d4457108b970940f2a23c3 | |
parent | e64cb1aa25bcb82acf514fc52dd280b309d02afd (diff) | |
download | gcl-bit_access.tar.gz |
-rwxr-xr-x | gcl/cmpnew/gcl_cmptop.lsp | 2 |
diff --git a/gcl/cmpnew/gcl_cmptop.lsp b/gcl/cmpnew/gcl_cmptop.lsp index 6341117fd..c0b490099 100755 --- a/gcl/cmpnew/gcl_cmptop.lsp +++ b/gcl/cmpnew/gcl_cmptop.lsp @@ -1457,7 +1457,7 @@ (setf (get 'si::define-structure 't1) 't1define-structure) (defun t1define-structure (args) - (maybe-eval t `(si::define-structure ,@args ,(not (maybe-eval nil nil)))) + (maybe-eval t `(si::define-structure ,@(copy-tree args) ,(not (maybe-eval nil nil))));FIXME (t1ordinary (cons 'si::define-structure args))) |