Changeset 8425
- Timestamp:
- 01/31/05 17:20:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r8332 r8425 2 2 ;;; 3 3 ;;; Copyright (C) 2003-2005 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.17 3 2005-01-09 17:26:05piso Exp $4 ;;; $Id: autoloads.lisp,v 1.174 2005-01-31 17:20:31 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 163 163 (autoload 'load) 164 164 (autoload 'compile "jvm") 165 (autoload-macro 'with-compilation-unit "jvm") 165 166 166 167 (autoload-macro '(case ccase ecase typecase ctypecase etypecase) "case") … … 270 271 (export 'with-mutex) 271 272 (autoload-macro 'with-mutex) 273 (autoload 'style-warn "restart") 272 274 273 275 ;; JVM compiler. 274 276 (in-package "JVM") 275 277 (export '(jvm-compile jvm-compile-package)) 276 ;; (autoload '(jvm-compile jvm-compile-package) "jvm")
Note: See TracChangeset
for help on using the changeset viewer.