Changeset 4266
- Timestamp:
- 10/09/03 16:42:42 (19 years ago)
- Location:
- trunk/j/src/org/armedbear/lisp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r4248 r4266 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.4 5 2003-10-07 17:21:33piso Exp $4 ;;; $Id: autoloads.lisp,v 1.46 2003-10-09 16:42:19 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 90 90 (autoload '(break invoke-debugger) "debug.lisp") 91 91 (autoload 'gentemp) 92 (autoload '(bit-and bit-ior bit-xor bit-eqv bit-nand bit-nor bit-andc1 93 bit-andc2 bit-orc1 bit-orc2 bit-not) 94 "bit-array-ops.lisp") 92 95 93 96 (autoload '(tpl::top-level-loop) "top-level.lisp") -
trunk/j/src/org/armedbear/lisp/rt.lisp
r4210 r4266 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: rt.lisp,v 1.1 39 2003-10-06 00:36:34piso Exp $4 ;;; $Id: rt.lisp,v 1.140 2003-10-09 16:42:42 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 161 161 "atom" 162 162 "bit" 163 "bit-and" 164 "bit-andc1" 165 "bit-andc2" 166 "bit-eqv" 167 "bit-ior" 168 "bit-nand" 169 "bit-nor" 170 "bit-not" 171 "bit-orc1" 172 "bit-orc2" 163 173 "bit-vector" 164 174 "bit-vector-p" 175 "bit-xor" 165 176 "block" 166 177 "boole"
Note: See TracChangeset
for help on using the changeset viewer.