This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [RFA:] more glibc fixinclude adjustments for extern inline


> Date: Sat, 15 Dec 2007 19:23:24 +0100
> From: Hans-Peter Nilsson <hp@axis.com>

> --- fixincludes/inclhack.def	(revision 130927)
> +++ fixincludes/inclhack.def	(working copy)

> +#if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__
> +# define __USE_EXTERN_INLINES	1
> +#endif
> +EOT;
> +};
>  
> +

Oops, missing newline-by-convention.  Consider it added.
No effects rerunning the tests.

brgds, H-P


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