The R Project SVN R-packages

Rev

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

Rev 4972 Rev 4973
Line 5... Line 5...
5
extern "C" {
5
extern "C" {
6
#endif
6
#endif
7
 
7
 
8
#include <ctype.h>
8
#include <ctype.h>
9
#include <R.h>  /* includes Rconfig.h */
9
#include <R.h>  /* includes Rconfig.h */
-
 
10
#include <Rversion.h>
10
#include <Rdefines.h> /* Rinternals.h + GET_SLOT etc */
11
#include <Rdefines.h> /* Rinternals.h + GET_SLOT etc */
11
 
12
 
12
#ifdef ENABLE_NLS
13
#ifdef ENABLE_NLS
13
#include <libintl.h>
14
#include <libintl.h>
14
#define _(String) dgettext ("Matrix", String)
15
#define _(String) dgettext ("Matrix", String)