Ticket #974 (new todo)
Mark publicly exposed functions in src/call/context.c with PARROT_EXPORT tag
Reported by: | bacek | Owned by: | whiteknight |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | master |
Severity: | low | Keywords: | context, api |
Cc: | whiteknight | Language: | |
Patch status: | Platform: | all |
Description
Hello.
There is some functions in src/call/context.c which marked as PARROT_EXPORT but shouldn't be exposed as PARROT_API. For example Parrot_pcc_get_context_struct must not be in public API, etc. Functions exposed as public should be marked as PUBLIC_API to avoid and confusion between internals and exposed API for 3rd party developers.
-- Bace
Change History
Note: See
TracTickets for help on using
tickets.