Changeset 2734
- Timestamp:
- 07/02/03 19:02:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/arrays.lisp
r2563 r2734 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: arrays.lisp,v 1.1 2 2003-06-23 19:41:56piso Exp $4 ;;; $Id: arrays.lisp,v 1.13 2003-07-02 19:02:08 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 19 20 (in-package " COMMON-LISP")20 (in-package "SYSTEM") 21 21 22 22 (defconstant array-total-size-limit #x1000000)
Note: See TracChangeset
for help on using the changeset viewer.