Changeset 3702
- Timestamp:
- 09/11/03 16:04:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/rt.lisp
r3696 r3702 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: rt.lisp,v 1.12 4 2003-09-11 01:45:03piso Exp $4 ;;; $Id: rt.lisp,v 1.125 2003-09-11 16:04:41 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 487 487 (load (concatenate 'string rt::*prefix* "numbers-aux.lsp")) 488 488 (load (concatenate 'string rt::*prefix* "string-aux.lsp")) 489 (load (concatenate 'string rt::*prefix* "random-aux.lsp")) 490 (load (concatenate 'string rt::*prefix* "remove-aux.lsp")) 489 491 490 492 #+armedbear
Note: See TracChangeset
for help on using the changeset viewer.