Short: bug in to_int()
Date: 980922
Type: Bug
State: Done.
Author: Zora
Long:

See also: f-980928-0

#pragma strong_types
mixed x;
x=1.0;
to_int(x*1);    -> bug
to_int(x+1);    -> ok
to_int(1.0*1);  -> ok

naja, dieser 'fehler' lohnt sich wohl kaum zum rausmachen, aber ich schick
trotzdem mal die mail, wie versprochen ;)
                                                            Zora

