The R Project SVN R-packages

Rev

Rev 2249 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include <R.h> /* required for R specific stuff */

#ifdef ENABLE_NLS
#include <libintl.h>
#define _(String) dgettext ("mgcv", String)
#else
#define _(String) (String)
#endif