summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2007-12-09 04:58:48 +0000
committerStuart Bennett <sb476@cam.ac.uk>2007-12-09 04:58:48 +0000
commit7b553cce46a6b29840a194932715ff1dcfcdb5d6 (patch)
tree3da181564a0edc5f8344ad94072c7d301ee7b5ed
parentd39ea39b9d062321e6216e0f8ca30f69bdcdabd4 (diff)
Boost default history length for deloopifier
-rw-r--r--deloopify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deloopify.c b/deloopify.c
index 6405758..0a39784 100644
--- a/deloopify.c
+++ b/deloopify.c
@@ -16,7 +16,7 @@
#include <string.h>
/* length of sliding history of line beginnings */
-#define MAX_LOOP_LEN 2000
+#define MAX_LOOP_LEN 30000
bool loop_concluded(FILE *tracef, uint16_t loopendip)
{