Fix last commit (ITS#6622): Remove non-C90 // comment

This commit is contained in:
Hallvard Furuseth 2010-11-22 12:28:34 +00:00
parent 6dff367fce
commit 18e348a379

View file

@ -564,11 +564,9 @@ lutil_atoulx( unsigned long *v, const char *s, int x )
return -1;
}
//#ifdef ULONG_MAX
if ( ( ul == 0 || ul == ULONG_MAX ) && save_errno != 0 ) {
return -1;
}
//#endif /* ULONG_MAX */
*v = ul;