summaryrefslogtreecommitdiff
path: root/gcc/fixinc/inclhack.def
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-23 14:08:57 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-23 14:08:57 +0000
commit807fa3a5ef8281616941e10f1b05723e15e5108a (patch)
tree12fe15165104758725ae1bee37b3c3061f174329 /gcc/fixinc/inclhack.def
parent7648573392bc5304a028675fb3f89b295c643b1b (diff)
downloadgcc-807fa3a5ef8281616941e10f1b05723e15e5108a.tar.gz
Fixed the test for aix_pthread
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35909 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/inclhack.def')
-rw-r--r--gcc/fixinc/inclhack.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index cfc545a1070..d3e52024eff 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -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...}";
};