1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 22:11:45 -07:00

Mps br/auto_header: drop ephemeral diag filters and extra-large diag buffer

Copied from Perforce
 Change: 164507
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2008-03-26 17:09:00 +00:00
parent 5d79e65059
commit f96d3c23ca
2 changed files with 1 additions and 6 deletions

View file

@ -308,7 +308,7 @@
#ifdef DIAG_WITH_STREAM_AND_WRITEF
/* DIAG_BUFFER_SIZE: 10 screenfuls: 10x80x25 = 20000 */
#define DIAG_BUFFER_SIZE ((Size)440000)
#define DIAG_BUFFER_SIZE ((Size)20000)
#else
#define DIAG_BUFFER_SIZE ((Size)1)
#endif

View file

@ -30,11 +30,6 @@ typedef struct RuleStruct {
struct RuleStruct RulesGlobal[] = {
{ "+", "*", "*", "*" },
{ "-", "DIAGTEST_", "*", "*" },
{ "-", "*", "*", "*" },
{ "-", "amcSegCreateNailboard", "*", "*" },
{ "-", "amcSegDestroyNailboard", "*", "*" },
{ "-", "TraceDestroy", "*", "*" },
{ "+", "ArenaDestroy", "*", "*" },
{ NULL, "", "", "" }
};