summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-02-14 19:38:11 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-02-14 19:38:11 +0000
commitc42c40874a6f7f01904ac4ac7d6c70d1ab64aa77 (patch)
treecfc37d0a4336261ea9ffe0adab103c747e1aeb40 /flexdef.h
parent2eeca899c860ec186eecadadee7742e985334d01 (diff)
Changed symbol INFINITE to fix conflict with C math symbol.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index b50bbd5..2f887f4 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -202,7 +202,7 @@
#define JAM -1 /* to mark a missing DFA transition */
#define NO_TRANSITION NIL
#define UNIQUE -1 /* marks a symbol as an e.c. representative */
-#define INFINITY -1 /* for x{5,} constructions */
+#define INFINITE_REPEAT -1 /* for x{5,} constructions */
#define INITIAL_MAX_CCLS 100 /* max number of unique character classes */
#define MAX_CCLS_INCREMENT 100