diff options
Diffstat (limited to 'src/regex-emacs.c')
| -rw-r--r-- | src/regex-emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex-emacs.c b/src/regex-emacs.c index 92dbdbecbf1..3bf3ad9c93b 100644 --- a/src/regex-emacs.c +++ b/src/regex-emacs.c | |||
| @@ -1290,7 +1290,7 @@ typedef int regnum_t; | |||
| 1290 | /* Macros for the compile stack. */ | 1290 | /* Macros for the compile stack. */ |
| 1291 | 1291 | ||
| 1292 | typedef long pattern_offset_t; | 1292 | typedef long pattern_offset_t; |
| 1293 | verify (LONG_MIN <= -(MAX_BUF_SIZE - 1) && MAX_BUF_SIZE - 1 <= LONG_MAX); | 1293 | static_assert (LONG_MIN <= -(MAX_BUF_SIZE - 1) && MAX_BUF_SIZE - 1 <= LONG_MAX); |
| 1294 | 1294 | ||
| 1295 | typedef struct | 1295 | typedef struct |
| 1296 | { | 1296 | { |