Re: [03/32] cpp-callbacks

2020-11-06 Thread Jeff Law via Gcc-patches
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

[03/32] cpp-callbacks

2020-11-03 Thread Nathan Sidwell
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/