racket/collects/drscheme/syncheck/utils.ss
Sam Tobin-Hochstadt b5ccbb45bd branch
svn: r13579
2009-02-14 16:03:42 +00:00

8 lines
235 B
Scheme

#lang scheme/base
(provide (all-defined-out))
;; use this to communicate the frame being
;; syntax checked w/out having to add new
;; parameters to all of the functions
(define currently-processing-drscheme-frame (make-parameter #f))