Changeset 27281 in project
- Timestamp:
- 08/21/12 07:15:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/static-modules/trunk/static-modules.scm
r25996 r27281 389 389 (if (null? x) 390 390 (error 'find-matching-component 391 "unmatched signature component" x)391 "unmatched signature component" sig1 sig2) 392 392 (let* ((item1 (car x)) 393 393 (rem1 (cdr x))
Note: See TracChangeset
for help on using the changeset viewer.