Skip to content
Snippets Groups Projects
Commit af06c048 authored by Mick Jordan's avatar Mick Jordan
Browse files

C type fix

parent 8c42f89c
Branches
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@ void Rf_checkArityCall(SEXP, SEXP, SEXP);
extern SEXP R_DeviceSymbol;
extern SEXP R_DevicesSymbol;
extern SEXP R_Interactive;
extern SEXP R_Visible;
extern Rboolean R_Interactive;
extern Rboolean R_Visible;
int R_ReadConsole(const char *, unsigned char *, int, int);
//#define HAVE_MBSTATE_T 1 // actually from config.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment