}
-static const char warning[] = "... [too long, truncated]";
/*********************************************************************
*
* Function : pcrs_compile_dynamic_command
* with a truncation message and close the pattern
* properly.
*/
+ static const char warning[] = "... [too long, truncated]";
const size_t trailer_size = sizeof(warning) + 3; /* 3 for d + "gT" */
char *trailer_start = buf + sizeof(buf) - trailer_size;