Changeset 5563


Ignore:
Timestamp:
Nov 28, 2006, 3:09:38 PM (18 years ago)
Author:
Gary Byers
Message:

Don't claim that a callback parameter is ignored; use IGNORABLE
instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/cocoa-listener.lisp

    r5540 r5563  
    9090(define-objc-method ((:void :set-document-edited (:<BOOL> edited))
    9191                     hemlock-listener-window-controller)
    92   (declare (ignore edited)))
     92  (declare (ignorable edited)))
    9393 
    9494
Note: See TracChangeset for help on using the changeset viewer.