add ERANGE

This commit is contained in:
Russ Cox 2006-04-04 11:37:55 +00:00
parent a033ac892e
commit 8f934bc2f7
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ struct Tab
char* cmp;
};
#ifndef ERANGE
#define ERANGE 12345
#endif
double
fmtstrtod(const char *as, char **aas)
{