diff options
| author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-23 14:08:57 +0000 |
|---|---|---|
| committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-23 14:08:57 +0000 |
| commit | 807fa3a5ef8281616941e10f1b05723e15e5108a (patch) | |
| tree | 12fe15165104758725ae1bee37b3c3061f174329 | |
| parent | 7648573392bc5304a028675fb3f89b295c643b1b (diff) | |
| download | ppe42-gcc-807fa3a5ef8281616941e10f1b05723e15e5108a.tar.gz ppe42-gcc-807fa3a5ef8281616941e10f1b05723e15e5108a.zip | |
Fixed the test for aix_pthread
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35909 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fixinc/inclhack.def | 3 |
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...}"; }; |

