Re-enable unexpanded syntax printing. Merge to release.

svn: r17815
This commit is contained in:
Sam Tobin-Hochstadt 2010-01-25 15:44:48 +00:00
parent 2cd7fe5499
commit 674e40a212

View File

@ -45,9 +45,7 @@
;; Look for (the outermost) syntax in `orig' that has the same
;; location as `lookfor' which is coming from the expanded `orig',
;; given in `expanded'.
(define (look-for-in-orig orig expanded lookfor) lookfor)
#|
(define (look-for-in-orig orig expanded lookfor)
(define src (syntax-source orig))
;(printf "orig : ~a~n" (unwind orig))
;(printf "expanded : ~a~n" expanded)
@ -73,7 +71,4 @@
enclosing)
#;(printf "chose branch two ~a~n" enclosing))))))
;(trace look-for-in-orig)
|#