diff --git a/collects/deinprogramm/deinprogramm-langs.rkt b/collects/deinprogramm/deinprogramm-langs.rkt index 08935ec5cb..bde5c922e7 100644 --- a/collects/deinprogramm/deinprogramm-langs.rkt +++ b/collects/deinprogramm/deinprogramm-langs.rkt @@ -1226,11 +1226,11 @@ ;; and still running here? (send rep highlight-errors to-highlight #f)))))))) - ;; with-mark : syntax syntax -> syntax + ;; with-mark : syntax syntax exact-nonnegative-integer -> syntax ;; a member of stacktrace-imports^ ;; guarantees that the continuation marks associated with teaching-languages-continuation-mark-key are ;; members of the debug-source type - (define (with-mark source-stx expr) + (define (with-mark source-stx expr phase) (let ([source (syntax-source source-stx)] [line (syntax-line source-stx)] [col (syntax-column source-stx)]