The R Project SVN R

Rev

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

Rev 52104 Rev 52128
Line 1268... Line 1268...
1268
 
1268
 
1269
#if !HAVE_DECL_MKDTEMP
1269
#if !HAVE_DECL_MKDTEMP
1270
extern char * mkdtemp (char *template);
1270
extern char * mkdtemp (char *template);
1271
#endif
1271
#endif
1272
 
1272
 
-
 
1273
#ifdef Win32
-
 
1274
# include <ctype.h>
-
 
1275
#endif
-
 
1276
 
1273
void attribute_hidden InitTempDir()
1277
void attribute_hidden InitTempDir()
1274
{
1278
{
1275
    char *tmp, *tm, tmp1[PATH_MAX+11], *p;
1279
    char *tmp, *tm, tmp1[PATH_MAX+11], *p;
1276
    int len;
1280
    int len;
1277
#ifdef Win32
1281
#ifdef Win32