Ticket #1539 (closed patch: done)
Remove deprecated Parrot_string_cstring function
| Reported by: | tcurtis | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | low | Keywords: | |
| Cc: | Language: | ||
| Patch status: | obsolete | Platform: |
Description
The deprecated Parrot_string_cstring function is currently used only in src/pmc/packfile.pmc and src/pmc/packfileentry.pmc. This patch replaces those usages with Parrot_str_to_cstring, allowing Parrot_string_cstring to be removed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

