Subject: Re: sys_errlist in
To: Peter Seebach <seebs@solutions.solon.com>
From: Don Lewis <Don.Lewis@tsc.tdk.com>
List: current-users
Date: 09/25/1997 17:11:30
On Sep 25,  9:33am, Peter Seebach wrote:
} Subject: Re: sys_errlist in <errno.h>
} Yes, it's silly to expect K&R code to compile.  :)
} 
} I would say, if you're doing K&R code, remove <errno.h>, put in the
} "traditional" definition of errno, and pray.

If you do that, how do you access the error code defines?  Why not
compile with "-Dconst="?  Then you should only have a problem if the 
code uses "const" as an identifier.