added a space after mathimpl/mathspec header, so it can be used independent of an empty line at the beginning
svn: r10722 original commit: 7c7bc0fd062251c5c37fce5d7b4d60214ed8f072
This commit is contained in:
parent
eaedcae9f0
commit
0a830f4c8f
|
@ -2358,10 +2358,10 @@
|
|||
(defmethod #:mode public (name arg ...) result-type desc ...)]))
|
||||
|
||||
(define-syntax-rule (methimpl body ...)
|
||||
(make-impl (lambda () (list (italic "Default implementation:") body ...))))
|
||||
(make-impl (lambda () (list (italic "Default implementation:") " " body ...))))
|
||||
|
||||
(define-syntax-rule (methspec body ...)
|
||||
(make-spec (lambda () (list (italic "Specification:") body ...))))
|
||||
(make-spec (lambda () (list (italic "Specification:") " " body ...))))
|
||||
|
||||
(define (*this-obj cname)
|
||||
(name-this-object cname))
|
||||
|
|
Loading…
Reference in New Issue
Block a user