The R Project SVN R

Rev

Rev 32538 | Rev 36820 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32538 Rev 36498
Line 19... Line 19...
19
 */
19
 */
20
 
20
 
21
#ifndef R_ARITH_H_
21
#ifndef R_ARITH_H_
22
#define R_ARITH_H_
22
#define R_ARITH_H_
23
 
23
 
-
 
24
#if defined(HAVE_GLIBC2) && !defined(_BSD_SOURCE)
-
 
25
/* ensure that finite and isnan are declared */
-
 
26
# define _BSD_SOURCE 1
-
 
27
#endif
24
#include <math.h>
28
#include <math.h>
25
 
29
 
26
#include <R_ext/libextern.h>
30
#include <R_ext/libextern.h>
27
#ifdef  __cplusplus
31
#ifdef  __cplusplus
28
extern "C" {
32
extern "C" {