From: "A.Appleyard" Organization: Materials Science Centre To: djgpp AT delorie DOT com Date: Mon, 14 Oct 1996 09:07:27 GMT Subject: Re: Help - old dos.h bug? Message-ID: On 11 Oct 1996, Ferdinand Trauttmansdorff wrote:- > ERROR: c:/djgpp2/include/dos.h:197: parse error before `;' > 195: struct _DOSERROR { > 196: int exterror; > 197: char class; <---- Isn't "class" a reserved word?? > 198: char action; > 199: char locus; > 200: }; Eli Zaretskii replied:- > Make it say so, and live happily ever after: Indeed why can't the compiler `make it so'? :- ERROR: c:/djgpp2/include/dos.h:197: reserved word `class' misused or ERROR: c:/djgpp2/include/dos.h:197: reserved word `class' instead of name and be much clearer. Likewise, e.g. why can't the common sort of mistype `for(i=0;i