The R Project SVN R

Rev

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

Rev 17134 Rev 18809
Line 21... Line 21...
21
 
21
 
22
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
23
#include <config.h>
23
#include <config.h>
24
#endif
24
#endif
25
 
25
 
26
#ifdef Macintosh
-
 
27
# ifndef HAVE_STRDUP
-
 
28
  extern char *strdup();
-
 
29
# endif
-
 
30
#endif
-
 
31
 
-
 
32
#include <Defn.h>
26
#include <Defn.h>
33
#include <R_ext/RConverters.h>
27
#include <R_ext/RConverters.h>
34
 
28
 
35
/* head of the linked list of converters. Typically, NULL.*/
29
/* head of the linked list of converters. Typically, NULL.*/
36
static R_toCConverter   *StoCConverters = NULL;
30
static R_toCConverter   *StoCConverters = NULL;