Ticket #1636 (closed bug: wontfix)
Functions need to be added to the embed/extend API headers
| Reported by: | dukeleto | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | library | Version: | 2.3.0 |
| Severity: | medium | Keywords: | |
| Cc: | jkeenan | Language: | |
| Patch status: | Platform: | all |
Description
I get this when compiling PL/Parrot:
plparrot.c: In function ‘plparrot_func_handler’: plparrot.c:201: warning: implicit declaration of function ‘Parrot_str_is_null’ plparrot.c:203: warning: implicit declaration of function ‘Parrot_str_to_cstring’ plparrot.c:203: warning: assignment makes pointer from integer without a cast plparrot.c:206: warning: implicit declaration of function ‘Parrot_str_free_cstring’ plparrot.c: In function ‘plparrot_secure’: plparrot.c:313: warning: implicit declaration of function ‘Parrot_load_bytecode’ plparrot.c: In function ‘create_string’: plparrot.c:326: warning: implicit declaration of function ‘Parrot_str_new’ plparrot.c:326: warning: return makes pointer from integer without a cast plparrot.c: In function ‘create_string_const’: plparrot.c:331: warning: implicit declaration of function ‘Parrot_str_new_constant’
Change History
Note: See
TracTickets for help on using
tickets.
