The R Project SVN R

Rev

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

Rev 36820 Rev 39864
Line 68... Line 68...
68
extern int R_SelectEx(int  n,  fd_set  *readfds,  fd_set  *writefds,
68
extern int R_SelectEx(int  n,  fd_set  *readfds,  fd_set  *writefds,
69
		      fd_set *exceptfds, struct timeval *timeout,
69
		      fd_set *exceptfds, struct timeval *timeout,
70
		      void (*intr)(void));
70
		      void (*intr)(void));
71
 
71
 
72
#ifdef __SYSTEM__
72
#ifdef __SYSTEM__
-
 
73
#ifndef __cplusplus   /* Would get duplicate conflicting symbols*/
73
InputHandler *R_InputHandlers;
74
InputHandler *R_InputHandlers;
-
 
75
#endif
74
#else
76
#else
75
extern InputHandler *R_InputHandlers;
77
extern InputHandler *R_InputHandlers;
76
#endif
78
#endif
77
 
79
 
78
extern void (* R_PolledEvents)(void);
80
extern void (* R_PolledEvents)(void);