Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!brutus.cs.uiuc.edu!apple!vsi1!steve From: steve@vicom.com (Steve Maurer) Newsgroups: comp.sys.sgi Subject: Re: Outright bug in the SGI C compiler... Keywords: bug, C, support Message-ID: <1989Nov28.000101.25845@vicom.com> Date: 28 Nov 89 00:01:01 GMT References: <1989Nov27.234730.25669@vicom.com> Reply-To: steve@vicom.COM (Steve Maurer) Organization: Vicom Systems Inc. San Jose, Cal. Lines: 15 Steve Maurer: >- - - - - - - - - - - - - - - - - - - - - - - - > > My question is: does anybody know a work around for this flaw? >Is there a new release fix for it? If that's the case, I need the >new stuff immediately, since the project I'm working on is already way >behind. Never mind. I found a work-around by declaring a dummy procedure rk (for real kludge), which I pass the function pointer to, but declare as an integer argument. Gack. Never thought I'd have to resort to a pascal function pseudo-cast in a C program. Steve Maurer steve@vicom.com