The R Project SVN R

Rev

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

Rev 51836 Rev 51839
Line 21... Line 21...
21
#ifndef R_INTERNALS_H_
21
#ifndef R_INTERNALS_H_
22
#define R_INTERNALS_H_
22
#define R_INTERNALS_H_
23
 
23
 
24
#ifdef __cplusplus
24
#ifdef __cplusplus
25
#include <cstdio>
25
#include <cstdio>
-
 
26
#include <climits>
26
extern "C" {
27
extern "C" {
27
#else
28
#else
28
#include <stdio.h>
29
#include <stdio.h>
-
 
30
#include <limits.h> /* for INT_MAX */
29
#endif
31
#endif
30
 
32
 
31
#include <R_ext/Arith.h>
33
#include <R_ext/Arith.h>
32
#include <R_ext/Boolean.h>
34
#include <R_ext/Boolean.h>
33
#include <R_ext/Complex.h>
35
#include <R_ext/Complex.h>