Date: Tue, 15 Nov 94 10:42:17 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: milgram AT eng DOT umd DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: exit() > I notice in djgppstd.h 'exit' is declared 'volatile void'. My understanding > is that per ANSI 'exit' is just void. Is there some reason for adding the > 'volatile' type in djgpp? gcc used to require it; now it requires it the ansi way and I've changed my stuff so the next maint release will automatically have it.