use define-runtime-path in errortrace-lib for the key -syntax-object module

svn: r6184
This commit is contained in:
Matthew Flatt 2007-05-08 22:01:06 +00:00
parent 3cf3fe7ed9
commit a1f665385b

View File

@ -6,7 +6,8 @@
(require "stacktrace.ss" (require "stacktrace.ss"
"errortrace-key.ss" "errortrace-key.ss"
(lib "list.ss") (lib "list.ss")
(lib "unit.ss")) (lib "unit.ss")
(lib "runtime-path.ss"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Test coverage run-time support ;; Test coverage run-time support
@ -105,9 +106,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Stacktrace instrumenter ;; Stacktrace instrumenter
(define-runtime-path key-syntax
'(lib "errortrace-key-syntax.ss" "errortrace"))
(define dynamic-errortrace-key (define dynamic-errortrace-key
(dynamic-require '(lib "errortrace-key-syntax.ss" "errortrace") (dynamic-require key-syntax 'errortrace-key-syntax))
'errortrace-key-syntax))
;; with-mark : stx stx -> stx ;; with-mark : stx stx -> stx
(define (with-mark mark expr) (define (with-mark mark expr)