else
mixed_string_buffer_append_char (bp, uc);
}
- tp->string = xstrdup (mixed_string_buffer_done (bp));
+ tp->string = mixed_string_buffer_done (bp);
tp->comment = add_reference (savable_comment);
lexical_context = lc_outside;
tp->type = last_token_type = token_type_string;
else
mixed_string_buffer_append_char (bp, uc);
}
- tp->string = xstrdup (mixed_string_buffer_done (bp));
+ tp->string = mixed_string_buffer_done (bp);
tp->comment = add_reference (savable_comment);
lexical_context = lc_outside;
tp->type = token_type_string;
}
tp->type = last_token_type = template
? token_type_string_template : token_type_string_literal;
- tp->string = xstrdup (mixed_string_buffer_done (bp));
+ tp->string = mixed_string_buffer_done (bp);
tp->comment = add_reference (savable_comment);
return;
}