> On Aug 1, 2017, at 10:23 PM, Jan Nieuwenhuizen <[email protected]> wrote: > > Matt Wette writes: >> For the FFI-helper I need to parse the rat’s nest under /usr/include >> so I am catching more. > > Hah :-)
So I decided I should probably implement `__has_include' and `__has_include_next' (as well as `include_next'). So one more dive into the C preprocessor. I have it working for <stdio.h> but “foo.h” is giving me a little trouble for some unknown reason. I have also added `asm' syntax in expression context but not in declaration context (as used in macOS). Matt
