# HG changeset patch # User Gerd Moellmann # Date 996065543 0 # Node ID f909f7fe9a651f01864a86f31715fe9773de04df # Parent a8043437bc188d85854c048e47873b664dc80401 (struct it): Increase size of ctl_chars to 16. diff -r a8043437bc18 -r f909f7fe9a65 src/dispextern.h --- a/src/dispextern.h Wed Jul 25 12:45:28 2001 +0000 +++ b/src/dispextern.h Wed Jul 25 12:52:23 2001 +0000 @@ -1591,9 +1591,9 @@ /* Vector of glyphs for control character translation. The pointer dpvec is set to ctl_chars when a control character is translated. This vector is also used for incomplete multibyte character - translation (e.g \222\244). Such a character is at most 3 bytes, - thus we need at most 12 bytes here. */ - Lisp_Object ctl_chars[12]; + translation (e.g \222\244). Such a character is at most 4 bytes, + thus we need at most 16 bytes here. */ + Lisp_Object ctl_chars[16]; /* Current buffer or string position of the iterator, including position in overlay strings etc. */