Changeset 4753
- Timestamp:
- 11/14/03 17:56:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r4738 r4753 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: autoloads.lisp,v 1.6 3 2003-11-14 13:39:32 asimonExp $4 ;;; $Id: autoloads.lisp,v 1.64 2003-11-14 17:56:11 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 128 128 (autoload-macro '(prog prog*) "prog.lisp") 129 129 (autoload 'concatenate) 130 (autoload '(java::jregister-handler) "java.lisp") 131 (export 'java::jregister-handler "JAVA") 130 131 ;; Java interface. 132 (in-package "JAVA") 133 (export 'jregister-handler "JAVA") 134 (autoload 'jregister-handler "java.lisp") 132 135 133 136 ;; Profiler. 134 (autoload 'prof:show-call-counts "profiler.lisp") 135 (autoload-macro '(prof:profile) "profiler.lisp") 136 137 (in-package "PROFILER") 138 (export '(*granularity* show-call-counts with-profiling)) 139 (autoload 'show-call-counts "profiler.lisp") 140 (autoload-macro 'with-profiling "profiler.lisp")
Note: See TracChangeset
for help on using the changeset viewer.