pdf-devel
[Top][All Lists]
Advanced

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

Re: [pdf-devel] List module implementation


From: jemarch
Subject: Re: [pdf-devel] List module implementation
Date: Tue, 04 Mar 2008 14:25:14 +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 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   BTW, I saw the macro: "#define INLINE inline". But it's not being used (like 
in
   pdf-alloc.c).  Should we use that macro or not ?

The definition of INLINE in pdf-types.h is not being used because we
are using the gnulib provided autoconf macro to check if the `inline'
keyword is supported by the compiler. 

See `lib/inline.m4':

dnl Test for the 'inline' keyword or equivalent.
dnl Define 'inline' to a supported equivalent, or to nothing if not supported,
dnl like AC_C_INLINE does.  Also, define HAVE_INLINE if 'inline' or an
dnl equivalent is effectively supported, i.e. if the compiler is likely to
dnl drop unused 'static inline' functions.





reply via email to

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