mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
Merge to trunk head (r46631)
svn path=/branches/reactos-yarotows/; revision=46633
This commit is contained in:
commit
49d7aed889
286 changed files with 48255 additions and 8326 deletions
|
@ -19,12 +19,12 @@ double _copysign (double __d, double __s)
|
|||
union
|
||||
{
|
||||
double* __d;
|
||||
double_t* d;
|
||||
double_s* d;
|
||||
} d;
|
||||
union
|
||||
{
|
||||
double* __s;
|
||||
double_t* s;
|
||||
double_s* s;
|
||||
} s;
|
||||
d.__d = &__d;
|
||||
s.__s = &__s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue