The R Project SVN R

Rev

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

Rev 52103 Rev 52104
Line 49... Line 49...
49
#ifdef HAVE_SYS_STAT_H
49
#ifdef HAVE_SYS_STAT_H
50
# include <sys/stat.h>
50
# include <sys/stat.h>
51
#endif
51
#endif
52
 
52
 
53
#ifdef HAVE_AQUA
53
#ifdef HAVE_AQUA
54
extern int (*ptr_CocoaSystem)(char*); /* defined in aqua.c */
54
int (*ptr_CocoaSystem)(char*);
55
extern	Rboolean useaqua;
55
extern	Rboolean useaqua;
56
#endif
56
#endif
57
 
57
 
58
Rboolean attribute_hidden R_FileExists(const char *path)
58
Rboolean attribute_hidden R_FileExists(const char *path)
59
{
59
{