Commit 9407158d by John David Anglin Committed by John David Anglin

inclhack.def (hpux_htonl): Allow trailing whitespace in select.

	* inclhack.def (hpux_htonl): Allow trailing whitespace in select.
	* fixincl.x: Regenerate.

From-SVN: r163953
parent b7c3f5eb
2010-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* inclhack.def (hpux_htonl): Allow trailing whitespace in select.
* fixincl.x: Regenerate.
2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* inclhack.def (solaris_cond_init): New fix.
......
......@@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been AutoGen-ed Sunday June 27, 2010 at 12:52:26 PM MEST
* It has been AutoGen-ed Tuesday September 7, 2010 at 10:44:48 AM EDT
* From the definitions inclhack.def
* and the template file fixincl
*/
/* DO NOT SVN-MERGE THIS FILE, EITHER Sun Jun 27 12:52:26 MEST 2010
/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Sep 7 10:44:48 EDT 2010
*
* You must regenerate it. Use the ./genfixes script.
*
......@@ -3618,7 +3618,7 @@ tSCC zHpux_HtonlList[] =
* content selection pattern - do fix if pattern found
*/
tSCC zHpux_HtonlSelect0[] =
"#ifndef _XOPEN_SOURCE_EXTENDED\n\
"#ifndef _XOPEN_SOURCE_EXTENDED[ \t]*\n\
(/\\*\n\
\\* Macros for number representation conversion\\.\n\
\\*/\n\
......
......@@ -1985,7 +1985,7 @@ fix = {
fix = {
hackname = hpux_htonl;
files = netinet/in.h;
select = "#ifndef _XOPEN_SOURCE_EXTENDED\n"
select = "#ifndef _XOPEN_SOURCE_EXTENDED[ \t]*\n"
"(/\\*\n"
" \\* Macros for number representation conversion\\.\n"
" \\*/\n"
......
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