The R Project SVN R

Rev

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

Rev 51267 Rev 51838
Line 25... Line 25...
25
#ifdef HAVE_CONFIG_H
25
#ifdef HAVE_CONFIG_H
26
#include <config.h>
26
#include <config.h>
27
#endif
27
#endif
28
 
28
 
29
#include <Defn.h>
29
#include <Defn.h>
-
 
30
#include <float.h>  /* for DBL_EPSILON */
30
#include <Rmath.h>
31
#include <Rmath.h>
31
 
32
 
32
#include "RBufferUtils.h"
33
#include "RBufferUtils.h"
33
static R_StringBuffer cbuff = {NULL, 0, MAXELTSIZE};
34
static R_StringBuffer cbuff = {NULL, 0, MAXELTSIZE};
34
 
35