The R Project SVN R

Rev

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

Rev 87075 Rev 89724
Line 146... Line 146...
146
 
146
 
147
#ifdef __SYSTEM__
147
#ifdef __SYSTEM__
148
# define extern
148
# define extern
149
#endif
149
#endif
150
 
150
 
-
 
151
#ifdef HAVE_AQUA
-
 
152
extern int (*ptr_CocoaSystem)(const char*);
-
 
153
#endif
-
 
154
 
151
extern void (*ptr_R_Suicide)(const char *);
155
extern void (*ptr_R_Suicide)(const char *);
152
extern void (*ptr_R_ShowMessage)(const char *);
156
extern void (*ptr_R_ShowMessage)(const char *);
153
extern int  (*ptr_R_ReadConsole)(const char *, unsigned char *, int, int);
157
extern int  (*ptr_R_ReadConsole)(const char *, unsigned char *, int, int);
154
extern void (*ptr_R_WriteConsole)(const char *, int);
158
extern void (*ptr_R_WriteConsole)(const char *, int);
155
extern void (*ptr_R_WriteConsoleEx)(const char *, int, int);
159
extern void (*ptr_R_WriteConsoleEx)(const char *, int, int);