>>>>> "Diego" == Diego Novillo <dnovi...@google.com> writes:
Diego> During pph processing, when we find an included file that we are going Diego> to instantiate from an image, we don't want libcpp to stack and read Diego> it. Diego> I've implemented this by allowing the 'include' callback to return a Diego> boolean value. If it returns true, then we call _cpp_stack_include. Diego> Otherwise, the file is ignored. Diego> Tom, I believe this is the right approach, but I'm not sure. It does Diego> what I want, though. It seems reasonable enough to me. Tom