Changeset 12819 for trunk/abcl/src/org/armedbear/lisp/autoloads.lisp
- Timestamp:
- 07/22/10 18:13:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/autoloads.lisp
r12756 r12819 346 346 (export '(make-mutex get-mutex release-mutex with-mutex)) 347 347 348 (progn349 ;; block to be removed at 0.22350 ;; It exists solely for pre-0.17 compatibility351 ;; FIXME 0.22352 (in-package "EXTENSIONS")353 (export '(mailbox-send mailbox-empty-p mailbox-read mailbox-peek))354 (export '(make-thread-lock thread-lock thread-unlock with-thread-lock))355 (export '(with-mutex make-mutex get-mutex release-mutex)))356 357 ;; end of 0.22 block358 348 359 349 (in-package "EXTENSIONS")
Note: See TracChangeset
for help on using the changeset viewer.