The R Project SVN R

Rev

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

Rev 5055 Rev 5187
Line 29... Line 29...
29
 
29
 
30
/*
30
/*
31
 *  FIXME: named-dimname printing implemented for integer arrays only
31
 *  FIXME: named-dimname printing implemented for integer arrays only
32
 */
32
 */
33
 
33
 
-
 
34
#ifdef HAVE_CONFIG_H
-
 
35
#include <Rconfig.h>
-
 
36
#endif
-
 
37
 
34
#include "Defn.h"
38
#include "Defn.h"
35
#include "Print.h"
39
#include "Print.h"
36
 
40
 
37
static void printLogicalMatrix(SEXP sx, int offset, int r, int c,
41
static void printLogicalMatrix(SEXP sx, int offset, int r, int c,
38
			       SEXP rl, SEXP cl, char *rn, char *cn)
42
			       SEXP rl, SEXP cl, char *rn, char *cn)