More minor tweaks.

This commit is contained in:
Rob Landley
2006-07-12 21:31:16 +00:00
parent 58dda84ecc
commit 1f9145c5c3
4 changed files with 6 additions and 14 deletions

View File

@@ -89,9 +89,7 @@ long bb_xgetlarg_bnd_sfx(const char *arg, int base,
if ((*p == '-') && (p[1] != '+')) {
++p;
#if LONG_MAX == (-(LONG_MIN + 1))
++u; /* two's complement */
#endif
}
r = bb_xgetularg_bnd_sfx(p, base, 0, u, suffixes);