Changeset 7364 for trunk/ccl/level-1/l1-boot-1.lisp
- Timestamp:
- Oct 5, 2007, 8:23:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-boot-1.lisp
r4827 r7364 30 30 |# 31 31 32 (defun lisp-implementation-type () "OpenMCL") 32 (defun lisp-implementation-type () 33 #+clozure-common-lisp "Clozure Common Lisp" 34 #-clozure-common-lisp "OpenMCL") 33 35 34 36
Note: See TracChangeset
for help on using the changeset viewer.