Skip to content
Snippets Groups Projects
Commit e2db5788 authored by pw's avatar pw
Browse files

Fix define-walker-template for compiler-let to target ext:compiler-let.

parent d3da5ee3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/walk.lisp,v 1.17 2000/07/06 08:47:10 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/walk.lisp,v 1.18 2000/09/01 16:38:05 pw Exp $")
;;;
;;; A simple code walker, based IN PART on: (roll the credits)
;;; Larry Masinter's Masterscope
......@@ -392,7 +392,7 @@
(define-walker-template BLOCK (NIL NIL REPEAT (EVAL)))
(define-walker-template CATCH (NIL EVAL REPEAT (EVAL)))
(define-walker-template COMPILER-LET walk-compiler-let)
(define-walker-template ext:COMPILER-LET walk-compiler-let)
(define-walker-template DECLARE walk-unexpected-declare)
(define-walker-template EVAL-WHEN (NIL QUOTE REPEAT (EVAL)))
(define-walker-template FLET walk-flet)
......
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