strtoul is not used anywhere.

This commit is contained in:
Bodo Möller 2000-05-31 16:44:22 +00:00
parent af463e7e19
commit 15e98129b2

1
e_os.h
View File

@ -405,7 +405,6 @@ extern HINSTANCE _hInstance;
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
#endif
/***********************************************/