PR bootstrap/53348
* inclhack.def (aix_pthread): Accept tab after define.
* fixincl.x: Regenerate.
From-SVN: r220502
+2015-02-06 David Edelsohn <dje.gcc@gmail.com>
+
+ PR bootstrap/53348
+ * inclhack.def (aix_pthread): Accept tab after define.
+ * fixincl.x: Regenerate.
+
2015-01-24 Bruce Korb <bkorb@gnu.org>
* README: add some clarification on use of test_text
* content selection pattern - do fix if pattern found
*/
tSCC zAix_PthreadSelect0[] =
- "(#define [A-Za-z_0-9]+)(\\\\\n\
+ "(#define[\t ][A-Za-z_0-9]+)(\\\\\n\
[^A-Za-z_0-9 \t\n\
(])";
fix = {
hackname = aix_pthread;
files = "pthread.h";
- select = "(#define [A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
+ select = "(#define[\t ][A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
c_fix = format;
c_fix_arg = "%1 %2";
test_text = "#define PTHREAD_MUTEX_INITIALIZER\\\\\n"