Re: [Rd] usage of #import in grDevices/src/qdCocoa.h

2020-10-18 Thread Gábor Csárdi
On Mon, Oct 19, 2020 at 5:02 AM Michael Chirico wrote: > > I happened to notice that this header file uses > > #import > > This is the first time I came across the preprocessor directive #import; > the first thing I found about it is this Q&A suggesting it's not portable > nor standard C: The Co

[Rd] usage of #import in grDevices/src/qdCocoa.h

2020-10-18 Thread Michael Chirico
I happened to notice that this header file uses #import This is the first time I came across the preprocessor directive #import; the first thing I found about it is this Q&A suggesting it's not portable nor standard C: https://stackoverflow.com/q/39280248/3576984 On the other hand, this exact