niXman <i.nixman@gmail.com> writes: > "lang_hooks" - what this? where is declared? Running grep will show you that it is declared in langhooks.h. The lang hooks are frontend hooks called from the middle-end. The hooks are defined in langhooks.h. Ian