This commit is contained in:
Georges Dupéron 2016-09-20 22:10:40 +02:00
parent 6f5e7d92ff
commit a7f15cdfd5
2 changed files with 6 additions and 5 deletions

View File

@ -221,7 +221,6 @@
(define-syntax-rule (unless-preexpanding . b) (define-syntax-rule (unless-preexpanding . b)
(begin . b)) (begin . b))
(require scribble-enhanced/with-manual (require scribble-enhanced/with-manual
scribble-enhanced
hyper-literate)))) hyper-literate))))
(begn body0 . body)) (begn body0 . body))
;(strip-context ;(strip-context

View File

@ -1,11 +1,13 @@
#lang scheme/base #lang scheme/base
;; Forked from scribble-lib/scribble/private/lp.rkt ;; Forked from scribble-lib/scribble/private/lp.rkt
(require (for-syntax scheme/base (require scribble/decode
scribble-enhanced/with-manual
scribble/struct
(for-syntax scheme/base
syntax/boundmap syntax/boundmap
syntax/parse syntax/parse
racket/syntax) racket/syntax))
scribble/scheme scribble/decode scribble/manual scribble/struct)
(begin-for-syntax (begin-for-syntax
;; maps chunk identifiers to a counter, so we can distinguish multiple uses ;; maps chunk identifiers to a counter, so we can distinguish multiple uses
@ -227,5 +229,5 @@
(provide (all-from-out scheme/base (provide (all-from-out scheme/base
scribble/manual) scribble-enhanced/with-manual)
chunk CHUNK) chunk CHUNK)