Squeezed some warnings.

This commit is contained in:
Sanel Zukan
2009-11-23 15:09:06 +00:00
parent a324dc2eb0
commit 60f5b321d4
5 changed files with 20 additions and 16 deletions

View File

@@ -844,13 +844,15 @@ double sign;
if (ready) init_value(top);
if (numb == -1.0)
if (dot) /* check whether we already have a dot */
return;
else
{
dot = 1;
set_display(value[top],DOT);
return;
if (dot) /* check whether we already have a dot */
return;
else
{
dot = 1;
set_display(value[top],DOT);
return;
}
}
if (emode)