Skip to content
Snippets Groups Projects
Commit 3058e53f authored by wlott's avatar wlott
Browse files

typo

parent 7e2b1735
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.3 1990/11/23 08:37:03 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.4 1990/11/25 08:09:00 wlott Exp $
;;; ;;;
;;; Loop facility, written by William Lott. ;;; Loop facility, written by William Lott.
;;; ;;;
...@@ -611,7 +611,8 @@ ...@@ -611,7 +611,8 @@
((loop-keyword-p clause "SYMBOL" "PRESENT-SYMBOL" "EXTERNAL-SYMBOL" ((loop-keyword-p clause "SYMBOL" "PRESENT-SYMBOL" "EXTERNAL-SYMBOL"
"SYMBOLS" "PRESENT-SYMBOLS" "EXTERNAL-SYMBOLS") "SYMBOLS" "PRESENT-SYMBOLS" "EXTERNAL-SYMBOLS")
(let ((package (let ((package
(if (preposition-p "IN" "OF") (if (or (preposition-p "IN")
(preposition-p "OF"))
(pop *remaining-stuff*) (pop *remaining-stuff*)
'*package*)) '*package*))
(iterator (gensym (format nil "~A-ITERATOR-" name))) (iterator (gensym (format nil "~A-ITERATOR-" name)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment