always compiles strtoul() for unix

This commit is contained in:
Jim Kowalkowski
1994-05-11 10:33:18 +00:00
parent ffe7b358eb
commit b87703fd2e
2 changed files with 4 additions and 4 deletions

View File

@@ -609,7 +609,7 @@ unsigned bitFieldLength)
}
/* needed if not standard C */
#ifndef __STDC__
#ifndef vxWorks
/*
*
* strtoul
@@ -708,4 +708,4 @@ strtoul(s, ptr, base)
*ptr = (char *) ((did_conversion) ? (char *)s : (char *)start);
return negate ? -total : total;
}
#endif /* __STDC__ */
#endif /* vxWorks */

View File

@@ -609,7 +609,7 @@ unsigned bitFieldLength)
}
/* needed if not standard C */
#ifndef __STDC__
#ifndef vxWorks
/*
*
* strtoul
@@ -708,4 +708,4 @@ strtoul(s, ptr, base)
*ptr = (char *) ((did_conversion) ? (char *)s : (char *)start);
return negate ? -total : total;
}
#endif /* __STDC__ */
#endif /* vxWorks */