SYM_ATTR_WEAK
int attr = weak ? SYM_ATTR_WEAK : SYM_ATTR_NORMAL;
return do_handle_define(stream, line, token, SYM_ATTR_WEAK);