diff options
Diffstat (limited to 'llvm/lib/Support/regcomp.c')
| -rw-r--r-- | llvm/lib/Support/regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/regcomp.c b/llvm/lib/Support/regcomp.c index 9ae66f3fa5f..16ca8d3f75c 100644 --- a/llvm/lib/Support/regcomp.c +++ b/llvm/lib/Support/regcomp.c @@ -142,6 +142,7 @@ static char nuls[10]; /* place to point scanner in event of error */ #else #define DUPMAX 255 #endif +#define INFINITY (DUPMAX + 1) #ifndef NDEBUG static int never = 0; /* for use in asserts; shuts lint up */ |

