Date: Sun, 23 Apr 2000 20:11:10 -0400 Message-Id: <200004240011.UAA05277@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200004232116.XAA24384@father.ludd.luth.se> (message from Martin Str|mberg on Sun, 23 Apr 2000 23:16:58 +0200 (MET DST)) Subject: Re: EILSEQ in errno.h References: <200004232116 DOT XAA24384 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Yes, it makes sense, but the errno.h file will be a little confusing: Not if you add a comment: #define EDOM 1 #define ERANGE 2 /* New errors for C99 */ #define EILSEQ 39