commit | 34cdc3e32917a3812a8ec4369c64ef3e35243cfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:24:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:24:46 2005 +0000 |
tree | a192d6da2ccb602a9b265519be64d4c170e2d8e3 | |
parent | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f [diff] [blame] |
updated for version 7.0072
diff --git a/src/syntax.c b/src/syntax.c index 947ed19..be79c2c 100644 --- a/src/syntax.c +++ b/src/syntax.c
@@ -7506,7 +7506,7 @@ return i + ATTR_OFF; } - if (table->ga_len + ATTR_OFF >= 256) + if (table->ga_len + ATTR_OFF > MAX_TYPENR) { /* * Running out of attribute entries! remove all attributes, and