R-Rmpfr/320.patch

42 lines
891 B
Diff

--- pkg/src/convert.c 2019/11/20 08:14:53 319
+++ pkg/src/convert.c 2019/12/05 15:40:47 320
@@ -6,7 +6,8 @@
/* for imax2() */
#include "Rmpfr_utils.h"
+extern
#include "Syms.h"
/*------------------------------------------------------------------------*/
--- pkg/src/Ops.c 2019/11/20 08:14:53 319
+++ pkg/src/Ops.c 2019/12/05 15:40:47 320
@@ -10,6 +10,7 @@
/* imax2() */
#include "Rmpfr_utils.h"
+extern
#include "Syms.h"
--- pkg/src/Summary.c 2019/11/20 08:14:53 319
+++ pkg/src/Summary.c 2019/12/05 15:40:47 320
@@ -11,6 +11,7 @@
#include "Rmpfr_utils.h"
+extern
#include "Syms.h"
/*------------------------------------------------------------------------*/
--- pkg/src/utils.c 2019/11/20 08:14:53 319
+++ pkg/src/utils.c 2019/12/05 15:40:47 320
@@ -6,6 +6,7 @@
/* imax2() */
#include "Rmpfr_utils.h"
+extern
#include "Syms.h"
//Dbg: #define DEBUG_Rmpfr