The R Project SVN R

Rev

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

Rev 6994 Rev 7701
Line 30... Line 30...
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
34
#ifdef HAVE_CONFIG_H
35
#include <Rconfig.h>
35
#include <config.h>
36
#endif
36
#endif
37
 
37
 
38
#include "Defn.h"
38
#include "Defn.h"
39
#include "Print.h"
39
#include "Print.h"
40
 
40