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