Changeset 8951 in project
- Timestamp:
- 02/25/08 17:43:26 (12 years ago)
- Location:
- release/3/testbase
- Files:
-
- 2 added
- 2 copied
- 23 moved
Legend:
- Unmodified
- Added
- Removed
-
release/3/testbase/trunk/testbase-hygienic.scm
r8924 r8951 1962 1962 1963 1963 (define-for-syntax (MULTILINE-STRING . lines) 1964 (string-append (apply string-append (intersperse lines "\n") "\n")) )1964 (string-append (apply string-append (intersperse lines "\n")) "\n") ) -
release/3/testbase/trunk/testbase.setup
r8924 r8951 1 1 (include "setup-header") 2 3 (include "testbase-version")4 2 5 3 (required-extension-version … … 75 73 ,(make-dynld-filename "testbase-proc") 76 74 "testbase.html" ) 77 `((version , TESTBASE-VERSION)75 `((version ,*version*) 78 76 (documentation "testbase.html") 79 77 (syntax)
Note: See TracChangeset
for help on using the changeset viewer.