genericopenlibs/openenvcore/libm/src/s_signgam.c
changeset 0 e4d67989cc36
child 18 47c74d1534e1
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*--------------------------------------------------------------------
       
     2  *© Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
       
     3  *--------------------------------------------------------------------
       
     4 */
       
     5 #ifndef __SYMBIAN32__
       
     6 #include <math.h>
       
     7 #endif
       
     8 #include "math_private.h"
       
     9 
       
    10 
       
    11 #ifndef __SYMBIAN32__
       
    12 int signgam = 0;
       
    13 #else
       
    14 #ifndef __WINSCW__
       
    15 int _signgam = 0;
       
    16 #endif//__WINSCW__
       
    17 #endif //__SYMBIAN32__