From: Bart Van Assche Date: Tue, 13 May 2008 17:45:28 +0000 (+0000) Subject: Increased maximum number of suppression files from 10 to 100. Fixes #161487. X-Git-Tag: svn/VALGRIND_3_4_0~577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26335fa835f0e670f1b251d912185f0b4e6924b3;p=thirdparty%2Fvalgrind.git Increased maximum number of suppression files from 10 to 100. Fixes #161487. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8065 --- diff --git a/coregrind/pub_core_options.h b/coregrind/pub_core_options.h index c8495e06b9..8e3d85c950 100644 --- a/coregrind/pub_core_options.h +++ b/coregrind/pub_core_options.h @@ -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);