remove declaration of errno

This commit is contained in:
rsc 2005-05-07 22:42:17 +00:00
parent 2b6040818e
commit a1ad1acf25
3 changed files with 0 additions and 5 deletions

View file

@ -409,8 +409,6 @@ void pbstr(char *s)
double errcheck(double x, char *s)
{
extern int errno;
if (errno == EDOM) {
errno = 0;
ERROR "%s argument out of domain", s WARNING;