diff --git a/src/libCom/cvtFast.c b/src/libCom/cvtFast.c index 8d74ba327..a3c26db81 100644 --- a/src/libCom/cvtFast.c +++ b/src/libCom/cvtFast.c @@ -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 */ diff --git a/src/libCom/cvtFast/cvtFast.c b/src/libCom/cvtFast/cvtFast.c index 8d74ba327..a3c26db81 100644 --- a/src/libCom/cvtFast/cvtFast.c +++ b/src/libCom/cvtFast/cvtFast.c @@ -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 */