Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!decwrl!sgi!davea@quasar.wpd.sgi.com From: davea@quasar.wpd.sgi.com (David B. Anderson) Newsgroups: comp.sys.sgi Subject: Re: comparing pointers to void functions Message-ID: <61190@sgi.sgi.com> Date: 30 May 90 15:57:34 GMT References: <9005301007.aa09801@VMB.BRL.MIL> Sender: davea@quasar.wpd.sgi.com Reply-To: davea@quasar.UUCP (David B. Anderson) Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 18 In article <9005301007.aa09801@VMB.BRL.MIL> you write: >< if (thing->formstart == bgnpolygon) >< The compiler says "operands of == have incompatible types". [stuff deleted] >#ifdef mips > if( (void *) thing->formstart == (void *) bgnpolygon ) >#endif > > Anyone at SGI want to wedge a fix in to the next release? I already did for the 3.3 release. void and void * are fully supported. Note that using void * in 3.2 can result in ``Internal error: schain botch'' :-( Regards, [ David B. Anderson Silicon Graphics (415)335-1548 davea@sgi.com ] [``What can go wrong?'' --Calvin and Hobbes]