Cleanup
This commit is contained in:
parent
6f5e7d92ff
commit
a7f15cdfd5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user