]> git.sur5r.net Git - openldap/commitdiff
Fix last commit (ITS#6622): Remove non-C90 // comment
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jan 2011 23:42:18 +0000 (23:42 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jan 2011 23:42:18 +0000 (23:42 +0000)
libraries/liblutil/utils.c

index 303610dc95488a5afecbdc039797baf594358a9a..d7a3e59c6fc0120c180eb5a52ea7a691c60fcc8c 100644 (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;