Commit d7521977 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

inclhack.def (libc1_G_va_list): Correct test_text.

	* fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
	* fixinc/tests/base/_G_config.h: New file.

From-SVN: r58585
parent f7cf1c74
2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
* fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
* fixinc/tests/base/_G_config.h: New file.
2002-10-27 Kazu Hirata <kazu@cs.umass.edu> 2002-10-27 Kazu Hirata <kazu@cs.umass.edu>
* combine.c: Fix comment formatting. * combine.c: Fix comment formatting.
......
...@@ -1491,7 +1491,7 @@ fix = { ...@@ -1491,7 +1491,7 @@ fix = {
select = 'typedef void \* _G_va_list;'; select = 'typedef void \* _G_va_list;';
c_fix = format; c_fix = format;
c_fix_arg = "typedef __builtin_va_list _G_va_list;"; c_fix_arg = "typedef __builtin_va_list _G_va_list;";
test_text = 'typedef __builtin_va_list _G_va_list;'; test_text = 'typedef void * _G_va_list;';
}; };
......
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/_G_config.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( LIBC1_G_VA_LIST_CHECK )
typedef __builtin_va_list _G_va_list;
#endif /* LIBC1_G_VA_LIST_CHECK */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment