Thanks; fix committed in r80654.
Best,
luke
On Thu, 22 Jul 2021, Bill Dunlap wrote:
A small example of the problem isĀ
#define USE_RINTERNALS 1
#include
#include
#include
static s_object* obj = NULL;
Prior to 2021-07-20, with svn 80639, this compiled but after, svn 80647,
that I get
$ gc
A small example of the problem is
#define USE_RINTERNALS 1
#include
#include
#include
static s_object* obj = NULL;
Prior to 2021-07-20, with svn 80639, this compiled but after, svn 80647,
that I get
$ gcc -I"/mnt/c/R/R-svn/trunk/src/include" -I. -I/usr/local/include
-fpic -g -O2 -flto -c s