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)
(begin . b))
(require scribble-enhanced/with-manual
scribble-enhanced
hyper-literate))))
(begn body0 . body))
;(strip-context

View File

@ -1,11 +1,13 @@
#lang scheme/base
;; 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/parse
racket/syntax)
scribble/scheme scribble/decode scribble/manual scribble/struct)
racket/syntax))
(begin-for-syntax
;; maps chunk identifiers to a counter, so we can distinguish multiple uses
@ -227,5 +229,5 @@
(provide (all-from-out scheme/base
scribble/manual)
scribble-enhanced/with-manual)
chunk CHUNK)