> Zoltan, are these changes OK with you? Mostly, but you were overzealous: > -void > +static void > MR_trace(const Word *layout_word, MR_trace_port port, > int seqno, int depth, const char *path) This function is exported; it cannot be static. Zoltan.