Ńņ
[ŠKc @ s d Z d Z d Z d S( sI This module implements additional tests ala autoconf which can be useful.c C sZ | i d } xC d d d g D]2 } | i | h | d 6d d } | o | Sq Wd S( s, Return the inline identifier (may be empty).s
#ifndef __cplusplus
static %(inline)s int static_func (void)
{
return 0;
}
%(inline)s int nostatic_func (void)
{
return 0;
}
#endift inlinet
__inline__t __inlinet N( t _check_compilert try_compilet None( t cmdt bodyt kwt st( ( sF /usr/lib64/python2.6/site-packages/numpy/distutils/command/autodist.pyt check_inline s
c C s# | i d } | i | d d S( s) Return True if the C compiler is GCC 4.x.sT
int
main()
{
#ifndef __GNUC__ && (__GNUC__ >= 4)
die in an horrible death
#endif
}
N( R R R ( R R ( ( sF /usr/lib64/python2.6/site-packages/numpy/distutils/command/autodist.pyt check_compiler_gcc4 s
N( t __doc__R R ( ( ( sF /usr/lib64/python2.6/site-packages/numpy/distutils/command/autodist.pyt