- document -dumpversion

- fixed a broken prototype
This commit is contained in:
Urs Janssen
2013-02-15 12:48:33 +01:00
parent 108b287665
commit cec76c8b8a
4 changed files with 6 additions and 3 deletions

View File

@ -162,7 +162,7 @@ static UDWtype __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp)
n0 = nn.s.low;
n1 = nn.s.high;
#if !UDIV_NEEDS_NORMALIZATION
#if !defined(UDIV_NEEDS_NORMALIZATION)
if (d1 == 0)
{
if (d0 > n1)