Changeset 12102 in project
- Timestamp:
- 10/02/08 16:25:31 (12 years ago)
- Location:
- chicken/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/compiler.scm
r12101 r12102 1239 1239 (unless (pair? spec) 1240 1240 (syntax-error "invalid declaration specification" spec) ) 1241 (pp `(DECLARE: ,(strip spec)))1241 ;(pp `(DECLARE: ,(strip spec))) 1242 1242 (case (##sys#strip-syntax (car spec)) ; no global aliasing 1243 1243 ((uses) -
chicken/trunk/tests/runtests.sh
r11391 r12102 9 9 compile_s="../csc -s -compiler ../chicken -v -I.. -L.. -include-path .." 10 10 interpret="../csi -include-path .." 11 12 echo "======================================== compiler tests ..." 13 $compile compiler-tests.scm && ./a.out 11 14 12 15 echo "======================================== runtime tests ..."
Note: See TracChangeset
for help on using the changeset viewer.