]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increased maximum number of suppression files from 10 to 100. Fixes #161487.
authorBart Van Assche <bvanassche@acm.org>
Tue, 13 May 2008 17:45:28 +0000 (17:45 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 13 May 2008 17:45:28 +0000 (17:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8065

coregrind/pub_core_options.h

index c8495e06b92554bee866c17be644e60f56df98b9..8e3d85c9509a8457b5baa760503e45a79e59cf50 100644 (file)
@@ -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);