mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +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,7 +19,7 @@ double _scalb( double __x, long e )
|
|||
union
|
||||
{
|
||||
double* __x;
|
||||
double_t* x;
|
||||
double_s* x;
|
||||
} x;
|
||||
|
||||
x.__x = &__x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue