Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!bloom-beacon!mit-eddie!apollo!oj From: oj@apollo.COM (Ellis Oliver Jones) Newsgroups: comp.sys.apollo Subject: Re: Typos in /sys/ins/*.ins.c and RE: gpr_$blt() Message-ID: <41f0c324.d5b2@apollo.COM> Date: 10 Mar 89 14:09:00 GMT References: <8903080326.AA13489@umix.cc.umich.edu> Reply-To: oj@apollo.COM (Ellis Oliver Jones) Organization: Apollo Computer, Chelmsford, MA Lines: 21 In article <8903080326.AA13489@umix.cc.umich.edu> GBOPOLY1@NUSVM.BITNET (fclim) writes: > > (2) I have discovered a few typos in /sys/ins/gpr.ins.c ... > I am using SR9.7. > In /sys/ins/gpr.ins.c, gpr_$inq_background() and > gpr_$inq_foreground() should be declared to return > gpr_$pixel_value_t instead of being procedures. Quite right. Thanks for the bug report. This was fixed by sr10. If this bug affects you (i.e. you're still on SR9.7 or less and you need these functions, just replace the declarations for these functions with std_$call gpr_$pixel_value_t gpr_$inq_background(); std_$call gpr_$pixel_value_t gpr_$inq_foreground(); in /sys/ins/gpr.ins.c The mts bugs appear fixed too (but that's not my area). /oj