X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Fstrcalc.c;h=c4dd8639cc355fdd4bf7f6f03223196cf61d724c;hb=6ccff2965d94c272f71df2a1655336af47bb7753;hp=2562ceab834dc11e674bf0e6066dbc05234f7255;hpb=37e6a85a4f7157863a369ee443cef00f2f2b1e43;p=libfirm diff --git a/ir/tv/strcalc.c b/ir/tv/strcalc.c index 2562ceab8..c4dd8639c 100644 --- a/ir/tv/strcalc.c +++ b/ir/tv/strcalc.c @@ -22,7 +22,6 @@ * @brief Provides basic mathematical operations on values represented as strings. * @date 2003 * @author Mathias Heil - * @version $Id$ */ #include "config.h" @@ -878,7 +877,7 @@ int sc_val_from_str(char sign, unsigned base, const char *str, /* get ready for the next letter */ str++; len--; - } /* while (len > 0 ) */ + } if (sign < 0) do_negate((const char*) buffer, (char*) buffer);