Is importC ready?

bachmeier no at spam.net
Thu Nov 11 17:37:37 UTC 2021


On Thursday, 11 November 2021 at 17:21:16 UTC, Ola Fosheim 
Grøstad wrote:
> On Thursday, 11 November 2021 at 17:06:15 UTC, bachmeier wrote:
>> understand what some of them were saying. It would really help 
>> if the compiler would automatically add lines like `#define 
>> __restrict restrict`.
>
> I think you only can do that with names that start with two 
> "__", because of ```#ifndef```.

Isn't `#ifndef` handled by the preprocessor? The `__restrict` 
problem I encountered is in the context of restricted pointers 
`*__restrict` that remained after preprocessing the file.


More information about the Digitalmars-d mailing list