Skip to content
Snippets Groups Projects
Commit 18e348a3 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent 6dff367f
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment