missed a *!

SVN revision: 10489
This commit is contained in:
Carsten Haitzler 2004-06-10 08:52:35 +00:00
parent 249e1f882d
commit b841fafc7f
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ ftoi(cell * val, char *curptr)
, (int)(*(int *)&test1)
);
}
else if ((int *)&test2 != 0x42480000L)
else if (*(int *)&test2 != 0x42480000L)
{
fprintf(stderr,
"embryo_cc: WARNING! you compiler does not SEEM to interpret IEEE floating\n"