assertion in codegen

Hi all,

this triggers an assert:

int latin_ptr2len (char *p);
int (*mb_ptr2len) (char *p) = latin_ptr2len;

It also triggers a "not yet implemented" warning, so I don't know if this is of interest.

Nico

Fixed, thanks!

-Chris