The R Project SVN R

Rev

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

Rev 61469 Rev 61760
Line 127... Line 127...
127
extern SEXP (*ptr_do_dataentry)(SEXP, SEXP, SEXP, SEXP);
127
extern SEXP (*ptr_do_dataentry)(SEXP, SEXP, SEXP, SEXP);
128
extern SEXP (*ptr_do_dataviewer)(SEXP, SEXP, SEXP, SEXP);
128
extern SEXP (*ptr_do_dataviewer)(SEXP, SEXP, SEXP, SEXP);
129
extern void (*ptr_R_ProcessEvents)();
129
extern void (*ptr_R_ProcessEvents)();
130
 
130
 
131
 
131
 
132
/* These two are not used by R itself, but are used by the GNOME front-end
132
/* These two are not used by R itself, but are used by the tcltk package */
133
   and the tcltk package */
-
 
134
extern int  (*R_timeout_handler)(void);
133
extern int  (*R_timeout_handler)(void);
135
extern long R_timeout_val;
134
extern long R_timeout_val;
136
 
135
 
137
#endif /* R_INTERFACE_PTRS */
136
#endif /* R_INTERFACE_PTRS */
138
 
137