Fixed the test for aix_pthread
authorBruce Korb <korbb@gcc.gnu.org>
Wed, 23 Aug 2000 14:08:57 +0000 (14:08 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Wed, 23 Aug 2000 14:08:57 +0000 (14:08 +0000)
From-SVN: r35909

gcc/fixinc/inclhack.def

index cfc545a1070b3f8800fd4d01d062da77fa136d9d..d3e52024eff7395c35775edd092eed64c030ed5a 100644 (file)
@@ -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...}";
 };