Release calc version 2.11.0t10

This commit is contained in:
Landon Curt Noll
1999-11-11 05:15:39 -08:00
parent 86c8e6dcf1
commit 96c34adee3
283 changed files with 2380 additions and 3032 deletions

View File

@@ -401,8 +401,8 @@ eatstring(int quotechar)
ch = 8 * ch + cch - '0';
}
ch &= 0xff;
if (i > 0)
reread();
if (i > 0)
reread();
break;
}
switch (ch) {
@@ -474,7 +474,7 @@ eatstring(int quotechar)
len = 0;
}
}
curtoken.t_strindex = addstring(str, totlen + len);
curtoken.t_strindex = addstring(str, totlen + len);
if (str != buf)
free(str);
}