Changeset 5877


Ignore:
Timestamp:
Feb 10, 2007, 9:22:01 PM (18 years ago)
Author:
Gary Byers
Message:

Fix a comment (defcallback isn't ppc-specific; the comment dated from the
days of 68K MCL.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-callbacks.lisp

    r4050 r5877  
    3838  (vector routine-descriptor proc-info lisp-function sym without-interrupts nil))
    3939
    40 ;;; (defcallback ...) on the PPC expands into a call to this function.
     40;;; (defcallback ...) expands into a call to this function.
    4141(defun define-callback-function (lisp-function  &optional doc-string (without-interrupts t) monitor-exception-ports
    4242                                                   &aux name trampoline)
Note: See TracChangeset for help on using the changeset viewer.