Skip to content

Commit 950fbb9

Browse files
author
ripley
committed
comment on headers
git-svn-id: https://svn.r-project.org/R/trunk@87855 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fdb3194 commit 950fbb9

File tree

1 file changed

+1
-1
lines changed
  • src/library/parallel/src

1 file changed

+1
-1
lines changed

src/library/parallel/src/fork.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include <fcntl.h>
4747
#include <string.h>
4848

49-
#include <Rinterface.h> /* for R_Interactive */
49+
//#include <Rinterface.h> /* for R_Interactive, but also in Defn.h */
5050
#include <R_ext/eventloop.h> /* for R_SelectEx */
5151

5252
/* read()/write() on pipes may not support arbitrary lengths, so

0 commit comments

Comments
 (0)