Changeset 3870
- Timestamp:
- 09/18/03 23:39:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/rt.lisp
r3869 r3870 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: rt.lisp,v 1.13 1 2003-09-18 19:06:36piso Exp $4 ;;; $Id: rt.lisp,v 1.132 2003-09-18 23:39:57 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 507 507 508 508 #+armedbear 509 (when (and (find-package "JVM") 510 (fboundp 'jvm::jvm-compile)) 509 (when (fboundp 'jvm::jvm-compile) 511 510 (mapcar #'jvm::jvm-compile '(rt::equalp-with-case 512 511 cl-test::make-scaffold-copy
Note: See TracChangeset
for help on using the changeset viewer.