author | Camm Maguire <camm@debian.org> | 2014年10月16日 10:30:48 -0400 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2014年10月16日 10:35:55 -0400 |
commit | 1c7fc44dcfcc121f2c49495f3375b3e112fc0b0f (patch) | |
tree | 5d147981ac154396e5157a65316638e3ba770c22 | |
parent | c90021628ac5136bd2a9c61705feadb9b0847a0f (diff) | |
download | gcl-1c7fc44dcfcc121f2c49495f3375b3e112fc0b0f.tar.gz |
-rw-r--r-- | gcl/unixport/init_ansi_gcl.lsp.in | 1 | ||||
-rw-r--r-- | gcl/unixport/init_gcl.lsp.in | 1 | ||||
-rw-r--r-- | gcl/unixport/init_pcl_gcl.lsp.in | 1 | ||||
-rw-r--r-- | gcl/unixport/init_pre_gcl.lsp.in | 1 |
diff --git a/gcl/unixport/init_ansi_gcl.lsp.in b/gcl/unixport/init_ansi_gcl.lsp.in index 52abb449f..54ac082b7 100644 --- a/gcl/unixport/init_ansi_gcl.lsp.in +++ b/gcl/unixport/init_ansi_gcl.lsp.in @@ -1,7 +1,6 @@ (make-package "COMPILER" :use '("LISP")) (import '(si::proclaimed-function si::proclaimed-closure si::proclaimed-return-type si::proclaimed-arg-types) :compiler) (make-package "SLOOP" :use '("LISP")) -(make-package "SERROR" :use '("LISP" "SLOOP")) (make-package "ANSI-LOOP" :use '("LISP")) (make-package "DEFPACKAGE" :use '("LISP")) (make-package "TK" :use '("LISP" "SLOOP")) diff --git a/gcl/unixport/init_gcl.lsp.in b/gcl/unixport/init_gcl.lsp.in index 80b041d32..917536005 100644 --- a/gcl/unixport/init_gcl.lsp.in +++ b/gcl/unixport/init_gcl.lsp.in @@ -1,7 +1,6 @@ (make-package "COMPILER" :use '("LISP")) (import '(si::proclaimed-function si::proclaimed-closure si::proclaimed-return-type si::proclaimed-arg-types) :compiler) (make-package "SLOOP" :use '("LISP")) -(make-package "SERROR" :use '("LISP" "SLOOP")) (make-package "ANSI-LOOP" :use '("LISP")) (make-package "DEFPACKAGE" :use '("LISP")) (make-package "TK" :use '("LISP" "SLOOP")) diff --git a/gcl/unixport/init_pcl_gcl.lsp.in b/gcl/unixport/init_pcl_gcl.lsp.in index 63ca777cb..cfa141272 100644 --- a/gcl/unixport/init_pcl_gcl.lsp.in +++ b/gcl/unixport/init_pcl_gcl.lsp.in @@ -1,7 +1,6 @@ (make-package "COMPILER" :use '("LISP")) (import '(si::proclaimed-function si::proclaimed-closure si::proclaimed-return-type si::proclaimed-arg-types) :compiler) (make-package "SLOOP" :use '("LISP")) -(make-package "SERROR" :use '("LISP" "SLOOP")) (make-package "ANSI-LOOP" :use '("LISP")) (make-package "DEFPACKAGE" :use '("LISP")) (make-package "TK" :use '("LISP" "SLOOP")) diff --git a/gcl/unixport/init_pre_gcl.lsp.in b/gcl/unixport/init_pre_gcl.lsp.in index 2662b0cb0..381549b8f 100644 --- a/gcl/unixport/init_pre_gcl.lsp.in +++ b/gcl/unixport/init_pre_gcl.lsp.in @@ -1,7 +1,6 @@ (make-package "COMPILER" :use '("LISP")) (import '(si::proclaimed-function si::proclaimed-closure si::proclaimed-return-type si::proclaimed-arg-types) :compiler) (make-package "SLOOP" :use '("LISP")) -(make-package "SERROR" :use '("LISP" "SLOOP")) (make-package "ANSI-LOOP" :use '("LISP")) (make-package "DEFPACKAGE" :use '("LISP")) (make-package "TK" :use '("LISP" "SLOOP")) |