[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix for allegro (excl) on sun4
- To: commonloops.pa@Xerox.COM
- Subject: fix for allegro (excl) on sun4
- From: jkf%frisky%franz@ucbarpa.Berkeley.EDU (John Foderaro)
- Date: Fri, 26 Aug 88 16:14:23 PDT
- Redistributed: commonloops.pa
in version: 8/24/88 (beta) AAAI PCL
obtained: 8/26/88 2pm pdt
file: fin.lisp
under the #+excl #+(and gsgc sun4) conditionalization the
function allocate-funcallable-instance-1 has the line
(set-funcallable-instance-function new-fin #'init-fn-fun)
it should be
(set-funcallable-instance-function new-fin #'init-fin-fun)
^---- add the i