Re-enable unexpanded syntax printing. Merge to release.
svn: r17815
This commit is contained in:
parent
2cd7fe5499
commit
674e40a212
|
@ -45,9 +45,7 @@
|
||||||
;; Look for (the outermost) syntax in `orig' that has the same
|
;; Look for (the outermost) syntax in `orig' that has the same
|
||||||
;; location as `lookfor' which is coming from the expanded `orig',
|
;; location as `lookfor' which is coming from the expanded `orig',
|
||||||
;; given in `expanded'.
|
;; 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))
|
(define src (syntax-source orig))
|
||||||
;(printf "orig : ~a~n" (unwind orig))
|
;(printf "orig : ~a~n" (unwind orig))
|
||||||
;(printf "expanded : ~a~n" expanded)
|
;(printf "expanded : ~a~n" expanded)
|
||||||
|
@ -73,7 +71,4 @@
|
||||||
enclosing)
|
enclosing)
|
||||||
#;(printf "chose branch two ~a~n" enclosing))))))
|
#;(printf "chose branch two ~a~n" enclosing))))))
|
||||||
|
|
||||||
;(trace look-for-in-orig)
|
|
||||||
|#
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user