#1636: Functions need to be added to the embed/extend API headers
----------------------+-----------------------------------------------------
 Reporter:  dukeleto  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  none      |     Version:  2.3.0
 Severity:  medium    |    Keywords:       
     Lang:            |       Patch:       
 Platform:  all       |  
----------------------+-----------------------------------------------------
 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’
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1636>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to