On 11/3/20 2:13 PM, Nathan Sidwell wrote:
> Here are the callbacks in the preprocessor itself.
>
> a) one to handle deferred macros
>
> b) one to handle include translation. For every '#include ',
> there is the possibility of replacing that with 'import '.
> This hook determines if that happen
Here are the callbacks in the preprocessor itself.
a) one to handle deferred macros
b) one to handle include translation. For every '#include ',
there is the possibility of replacing that with 'import '. This
hook determines if that happens.
--
Nathan Sidwell
diff --git c/libcpp/include/