This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AC_C_INLINE


I'm about to add the necessary stuff to gcc/configure.in but stopped at the
config.h issue. AC_C_INLINE uses AC_DEFINE_UNQUOTE without description,
requiring us to put a corresponding block in config.in.

I'd say it would be better to send a patch to the autoconf maintainer that
passes AC_DEFINE_UNQUOTE a description and in the meantime put a
gcc_AC_C_INLINE into aclocal that does just that. Comments ?

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]