author | Camm Maguire <camm@debian.org> | 2013年11月18日 15:41:56 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2013年11月18日 15:44:31 +0000 |
commit | 7694d84316d542d3b37100d64f41dca4fb48e7e3 (patch) | |
tree | 5eb506aababba5a8b787d4a1e76857a65a696d69 | |
parent | 6a3d9609be562b81ef4c23f80321b8ec1a0c4d57 (diff) | |
download | gcl-7694d84316d542d3b37100d64f41dca4fb48e7e3.tar.gz |
-rwxr-xr-x | gcl/cmpnew/gcl_cmpmain.lsp | 2 |
diff --git a/gcl/cmpnew/gcl_cmpmain.lsp b/gcl/cmpnew/gcl_cmpmain.lsp index bfc9d3941..78635bbab 100755 --- a/gcl/cmpnew/gcl_cmpmain.lsp +++ b/gcl/cmpnew/gcl_cmpmain.lsp @@ -184,6 +184,7 @@ #+aosvs (ob-file nil) (system-p *default-system-p*) (print *compile-print*) + (external-format :default) (verbose *compile-verbose*) (load nil) &aux (*standard-output* *standard-output*) @@ -197,6 +198,7 @@ (*data* (list (make-array 50 :fill-pointer 0 :adjustable t) nil nil nil)) (*fasd-data* *fasd-data*) (*error-count* 0)) + (declare (ignore external-format)) ; (declare (special *c-debug* system-p)) (when input-pathname |