Another issue with pdf_list_t implementation. All inline functions are 
   declared in the .c source. If you actually want to allow the compiler 
   inline them, you need to define them in the header file. As inlining is 
   important in my opinion in such wrapper functions, I'd rather put them 
   in the .h.

Right. Thanks for the hint.


Reply via email to