pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Inlined version of pdf-list.[ch]


From: jemarch
Subject: Re: [pdf-devel] Inlined version of pdf-list.[ch]
Date: Sat, 15 Mar 2008 02:34:47 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (powerpc-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

      BTW, what happens if HAVE_INLINE is not defined, is it possible ?  
because that
      way there wouldn't be any function definitions.

   Right! You have good eyes (fortunately!) and I am quite a stupid :)

   I think we can unconditionally define HAVE_INCLUDE in pdf-list.c with
   an explanation in a comment. It wont hurt.

Actually to change 

#ifndef HAVE_INLINE

to 

#if ! defined HAVE_INLINE && ! defined EXTERN_INLINE

solved the problem. 

I have commited the modified files.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]