Path: utzoo!utgpu!watmath!clyde!bellcore!texbell!bigtex!james From: james@bigtex.cactus.org (James Van Artsdalen) Newsgroups: comp.unix.microport Subject: Re: Compile errors on V/386 3.0E Message-ID: <11530@bigtex.cactus.org> Date: 9 Dec 88 23:54:50 GMT References: <680@wa3wbu.UUCP> <417@zinn.MV.COM> Reply-To: james@bigtex.cactus.org (James Van Artsdalen) Organization: Institute of Applied Cosmology, Austin TX Lines: 16 In <417@zinn.MV.COM>, mem@zinn.MV.COM (Mark E. Mallett) wrote: > [...] the signal.h for green hills compiler doesn't [properly] > declare the signal() routine, or worse, doesn't properly implement it. > It should be declared: > extern (*signal())(); How about: void (*signal(int sig, void (*func)()))(); Green Hills isn't bug free, and it isn't ANSI. Use GNU C (now at v1.31): it's better. -- James R. Van Artsdalen james@bigtex.cactus.org "Live Free or Die" Home: 512-346-2444 Work: 338-8789 9505 Arboretum Blvd Austin TX 78759