The R Project SVN R

Rev

Rev 87904 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87904 Rev 89100
Line 24... Line 24...
24
#ifdef HAVE_CONFIG_H
24
#ifdef HAVE_CONFIG_H
25
# include <config.h>
25
# include <config.h>
26
#endif
26
#endif
27
#include <Defn.h>
27
#include <Defn.h>
28
#include <Internal.h>
28
#include <Internal.h>
29
#include <R_ext/PrtUtil.h> // for IndexWidth
29
#include <PrtUtil.h> // for IndexWidth
30
#include <R_ext/Itermacros.h>
30
#include <R_ext/Itermacros.h>
31
#define imax2(x, y) ((x < y) ? y : x)
31
#define imax2(x, y) ((x < y) ? y : x)
32
 
32
 
33
#include "RBufferUtils.h"
33
#include "RBufferUtils.h"
34
static R_StringBuffer cbuff = {NULL, 0, MAXELTSIZE};
34
static R_StringBuffer cbuff = {NULL, 0, MAXELTSIZE};