diff options
Diffstat (limited to 'types.c')
-rw-r--r-- | types.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2242,6 +2242,8 @@ static bool types_decl(Typer *tr, Declaration *d) { f->foreign.fn_ptr = NULL; d->flags |= DECL_FOUND_VAL; + } else { + d->foreign.name_str = name_cstr; } } |