Changeset 6720


Ignore:
Timestamp:
Jun 12, 2007, 4:27:27 PM (17 years ago)
Author:
Gary Byers
Message:

#/validateMenuItem: define on hemlock-text-view, not hemlock-editor document.
COMPUTE-FRAME-INFO: use CFP-LFUN (which handles PPC fake stack frames), not %CFP-LFUN
(which doesn't.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/lib/describe.lisp

    r6647 r6720  
    15561556  (let* ((frame (svref (addresses f) n))
    15571557         (context (context f)))
    1558     (multiple-value-bind (lfun pc) (ccl::%cfp-lfun frame)
     1558    (multiple-value-bind (lfun pc) (ccl::cfp-lfun frame)
    15591559      (multiple-value-bind (args locals) (ccl::arguments-and-locals context frame lfun pc)
    15601560        (list (ccl::arglist-from-map lfun) args locals)))))
Note: See TracChangeset for help on using the changeset viewer.