loop: rename symbolics LOOP loop2.lsp to loop.lsp

This commit is contained in:
Daniel Kochmański 2016-03-11 11:51:51 +01:00
parent 4bb2ca5404
commit 7517b55c08
8 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -31,7 +31,7 @@
(seqlib () () ())
(iolib () () ())
(ansi () () ())
(loop2 () () ())
(loop () () ())
#+cmu-format
(format () () ())
(defpackage () () ())

View file

@ -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}*)

View file

@ -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
View file

View 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"