From: Bruce Korb Date: Wed, 23 Aug 2000 14:08:57 +0000 (+0000) Subject: Fixed the test for aix_pthread X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0650b61d22cc5eedbb9ba0a551b42fe8ba291c8;p=gcc.git Fixed the test for aix_pthread From-SVN: r35909 --- 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...}"; };