Fixed the test for aix_pthread
From-SVN: r35909
This commit is contained in:
parent
f4306baa73
commit
d0650b61d2
@ -585,7 +585,8 @@ fix = {
|
||||
select = "(#define [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{";
|
||||
test_text = "#define PTHREAD_MUTEX_INITIALIZER\\\\\n"
|
||||
"{...init stuff...}";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user