Compile errors on V/386 3.0E
James Van Artsdalen
james at bigtex.cactus.org
Sat Dec 10 09:54:50 AEST 1988
In <417 at zinn.MV.COM>, mem at 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 at bigtex.cactus.org "Live Free or Die"
Home: 512-346-2444 Work: 338-8789 9505 Arboretum Blvd Austin TX 78759
More information about the Comp.unix.microport
mailing list