Skip to content

Commit

Permalink
Create R-3.4.2_connections.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalague authored May 9, 2018
1 parent 077742c commit d9c2087
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions R/R-3.4.2_connections.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- ../R-3.4.2/src/main/connections.c 2017-09-07 18:15:02.000000000 -0400
+++ ../R-3.4.2-patched/src/main/connections.c 2017-10-20 16:52:48.397536000 -0400
@@ -120,7 +120,9 @@
# include <Startup.h>
#endif

-#define NCONNECTIONS 128 /* snow needs one per slave node */
+#ifndef NCONNECTIONS
+# define NCONNECTIONS 128 /* snow needs one per slave node */
+#endif
#define NSINKS 21

static Rconnection Connections[NCONNECTIONS];

0 comments on commit d9c2087

Please sign in to comment.