[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
similar patch problem(!)
- To: info-mcl@cambridge.apple.com
- Subject: similar patch problem(!)
- From: zilla@ccrl.nj.nec.com (John Lewis)
- Date: Fri, 27 Mar 92 00:35:35 EST
I had some questions/problems in applying the patches several months
ago. Problem #2 below is probably related to the problem wich
Yuri Tijerino just posted.
1.in p1&2, source patches, Scroll-bar-dialog-item-patch.lisp
contains a replacement for (view-draw-contents).
Is Grow-icon-source-patch.lisp also a patch for Scroll-bar-dialog...
If so, it also contains a replacement for (view-draw-contents).
Which one is correct?
(if not, what is it a patch for) ?
2.In types[-patch].lisp, i changed e.g.
(def-mactype :str255 (find-mactype :string))
to
(defrecord str255 (length :unsigned byte....))
Is this the correct change- is the name difference (str255 vs. :str255)
not a problem? (I don't know what def-mactype does).
3. The size of resulting b1p3 is 1,458,829 bytes. Correct?
thanks...