r123216 - in /trunk/fixincludes: ChangeLog fixi...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Mar 26 13:25:00 GMT 2007


Author: jakub
Date: Mon Mar 26 14:25:26 2007
New Revision: 123216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123216
Log:
	* inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
	if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
	__STDC_VERSION__ < 199901L.
	(glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
	with #ifdef __GNUC_GNU_INLINE__.
	(glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
	with defined(__GNUC_STDC_INLINE__).
	(glibc_c99_inline_4): Change select, add second c_fix_arg.
	Replace #if __STDC_VERSION__ < 199901L with
	#ifdef __GNUC_GNU_INLINE__.
	* fixincl.x: Regenerated.
	* tests/base/bits/string2.h: Update.
	* tests/base/sys/sysmacros.h: Update.
	* tests/base/sys/stat.h: Update.

Modified:
    trunk/fixincludes/ChangeLog
    trunk/fixincludes/fixincl.x
    trunk/fixincludes/inclhack.def
    trunk/fixincludes/tests/base/bits/string2.h
    trunk/fixincludes/tests/base/sys/stat.h
    trunk/fixincludes/tests/base/sys/sysmacros.h



More information about the Gcc-cvs mailing list