Changeset 157


Ignore:
Timestamp:
Dec 29, 2003, 12:17:57 AM (21 years ago)
Author:
Gary Byers
Message:

Access SUPER via (SUPER).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/objc-readtable.lisp

    r134 r157  
    4242      (if (eq (car tail) :super)
    4343        (if structptr
    44           `(objc-message-send-super-stret ,structptr super ,@(cdr tail))
    45           `(objc-message-send-super super ,@(cdr tail)))
     44          `(objc-message-send-super-stret ,structptr (super) ,@(cdr tail))
     45          `(objc-message-send-super (super) ,@(cdr tail)))
    4646        (if structptr
    4747          `(objc-message-send-stret ,structptr ,@tail)
Note: See TracChangeset for help on using the changeset viewer.