bug fixes for annotate/not-top-level
svn: r4615
This commit is contained in:
parent
785bc0375c
commit
3a8cfed33b
|
@ -1145,7 +1145,9 @@
|
||||||
(annotate/top-level main-exp)])])
|
(annotate/top-level main-exp)])])
|
||||||
#;(printf "annotated: \n~a\n" (syntax-object->datum annotated-exp))
|
#;(printf "annotated: \n~a\n" (syntax-object->datum annotated-exp))
|
||||||
annotated-exp)
|
annotated-exp)
|
||||||
(annotate/inner main-exp 'all #f #f)))
|
(let*-2vals ([(annotated dont-care)
|
||||||
|
(annotate/inner (top-level-rewrite main-exp) 'all #f #f)])
|
||||||
|
annotated)))
|
||||||
|
|
||||||
;; !@#$ defs have to appear after annotate/master.
|
;; !@#$ defs have to appear after annotate/master.
|
||||||
(define annotate (annotate/master #t))
|
(define annotate (annotate/master #t))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user