Skip to content

Commit

Permalink
Eliminate null-as-ejector in e.syntax:e-source-to-tree.
Browse files Browse the repository at this point in the history
git-svn-id: http://switchb.org/svn/e/cl-e/trunk@785 bf3ccfa1-f3f3-0310-a3d5-cea1fe9d5a75
  • Loading branch information
kpreid committed Feb 19, 2012
1 parent 6c7cceb commit 4fc548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/syntax.lisp
Expand Up @@ -688,7 +688,7 @@ XXX make precedence values available as constants"
(apply #'e-source-to-tree source options)
(values (kernelize node) props)))

(defun e-source-to-tree (source &key syntax-ejector pattern quasi-info props)
(defun e-source-to-tree (source &key (syntax-ejector +the-thrower+) pattern quasi-info props)
(let ((location
(let ((span (e. source |getOptSpan|)))
(when span (e. span |getUri|)))))
Expand Down

0 comments on commit 4fc548d

Please sign in to comment.