|
From: <sv...@va...> - 2008-05-13 17:45:26
|
Author: bart Date: 2008-05-13 18:45:28 +0100 (Tue, 13 May 2008) New Revision: 8065 Log: Increased maximum number of suppression files from 10 to 100. Fixes #161487. Modified: trunk/coregrind/pub_core_options.h Modified: trunk/coregrind/pub_core_options.h =================================================================== --- trunk/coregrind/pub_core_options.h 2008-05-13 16:38:08 UTC (rev 8064) +++ trunk/coregrind/pub_core_options.h 2008-05-13 17:45:28 UTC (rev 8065) @@ -40,7 +40,7 @@ #include "pub_tool_options.h" /* The max number of suppression files. */ -#define VG_CLO_MAX_SFILES 10 +#define VG_CLO_MAX_SFILES 100 /* Should we stop collecting errors if too many appear? default: YES */ extern Bool VG_(clo_error_limit); |