loop: rename symbolics LOOP loop2.lsp to loop.lsp
This commit is contained in:
parent
4bb2ca5404
commit
7517b55c08
8 changed files with 9 additions and 9 deletions
2
LICENSE
2
LICENSE
|
|
@ -23,7 +23,7 @@
|
|||
PLEASE NOTE THAT:
|
||||
|
||||
This license covers all of the ECL program except for the files
|
||||
src/lsp/loop2.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/loop.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||||
src/lsp/format.lsp ; CMUCL's format
|
||||
and the directories
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
PLEASE NOTE THAT:
|
||||
|
||||
This license covers all of the ECL program except for the files
|
||||
src/lsp/loop2.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/loop.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||||
src/lsp/format.lsp ; CMUCL's format
|
||||
and the directories
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@
|
|||
PLEASE NOTE THAT:
|
||||
|
||||
This license covers all of the ECL program except for the files
|
||||
src/lsp/loop2.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/loop.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||||
src/lsp/format.lsp ; CMUCL's format
|
||||
and the directories
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
(seqlib () () ())
|
||||
(iolib () () ())
|
||||
(ansi () () ())
|
||||
(loop2 () () ())
|
||||
(loop () () ())
|
||||
#+cmu-format
|
||||
(format () () ())
|
||||
(defpackage () () ())
|
||||
|
|
|
|||
|
|
@ -135,9 +135,9 @@ VARIABLE doc and can be retrieved by (DOCUMENTATION 'SYMBOL 'VARIABLE)."
|
|||
;;; Thus their names need not be exported.
|
||||
|
||||
(let ()
|
||||
;; We enclose the macro in a LET form so that it is no longer
|
||||
;; a toplevel form. This solves the problem of this simple LOOP
|
||||
;; replacing the more complex form in loop2.lsp when evalmacros.lsp
|
||||
;; We enclose the macro in a LET form so that it is no longer a
|
||||
;; toplevel form. This solves the problem of this simple LOOP
|
||||
;; replacing the more complex form in loop.lsp when evalmacros.lsp
|
||||
;; gets compiled.
|
||||
(defmacro loop (&rest body &aux (tag (gensym)))
|
||||
"Syntax: (loop {form}*)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"src:lsp;packlib.lsp"
|
||||
"src:lsp;seqlib.lsp"
|
||||
"src:lsp;trace.lsp"
|
||||
"src:lsp;loop2.lsp"
|
||||
"src:lsp;loop.lsp"
|
||||
#+cmu-format
|
||||
"src:lsp;format.lsp"
|
||||
"src:lsp;defpackage.lsp"
|
||||
|
|
|
|||
0
src/lsp/loop2.lsp → src/lsp/loop.lsp
Executable file → Normal file
0
src/lsp/loop2.lsp → src/lsp/loop.lsp
Executable file → Normal file
|
|
@ -266,7 +266,7 @@
|
|||
"lsp/iolib.lsp"
|
||||
"lsp/listlib.lsp"
|
||||
"lsp/load.lsp.in"
|
||||
"lsp/loop2.lsp"
|
||||
"lsp/loop.lsp"
|
||||
"lsp/mislib.lsp"
|
||||
"lsp/module.lsp"
|
||||
"lsp/mp.lsp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue