The R Project SVN R

Rev

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

Rev 52035 Rev 52104
Line 134... Line 134...
134
 
134
 
135
#include "Internal.h"		/* do_FOO */
135
#include "Internal.h"		/* do_FOO */
136
 
136
 
137
#include "Errormsg.h"
137
#include "Errormsg.h"
138
 
138
 
139
#if defined(Win32) || defined(HAVE_AQUA)
-
 
140
extern void R_ProcessEvents(void);
139
extern void R_ProcessEvents(void);
141
#endif
-
 
142
 
140
 
143
#ifdef Win32
141
#ifdef Win32
144
# include <psignal.h>
142
# include <psignal.h>
145
#else
143
#else
146
# include <signal.h>
144
# include <signal.h>