comparison src/lisp.h @ 89688:0d74a1b6efa9

(CHARACTERBITS): Define as 22.
author Kenichi Handa <handa@m17n.org>
date Mon, 29 Dec 2003 07:53:29 +0000
parents d4852c246c07
children 68c22ea6027c
comparison
equal deleted inserted replaced
89687:c6c38fd3d18c 89688:0d74a1b6efa9
1268 (CHAR_ALT | CHAR_SUPER | CHAR_HYPER | CHAR_SHIFT | CHAR_CTL | CHAR_META) 1268 (CHAR_ALT | CHAR_SUPER | CHAR_HYPER | CHAR_SHIFT | CHAR_CTL | CHAR_META)
1269 1269
1270 1270
1271 /* Actually, the current Emacs uses 22 bits for the character value 1271 /* Actually, the current Emacs uses 22 bits for the character value
1272 itself. */ 1272 itself. */
1273 #define CHARACTERBITS 2 1273 #define CHARACTERBITS 22
1274 1274
1275 /* The maximum byte size consumed by push_key_description. 1275 /* The maximum byte size consumed by push_key_description.
1276 All callers should assure that at least this size of memory is 1276 All callers should assure that at least this size of memory is
1277 allocated at the place pointed by the second argument. 1277 allocated at the place pointed by the second argument.
1278 1278