comparison src/keymap.c @ 39697:0b986bb45526

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:39:52 +0000
parents 0572449a62be
children ca47b878d8ab
comparison
equal deleted inserted replaced
39696:71c1cd438d8b 39697:0b986bb45526
29 #include "keyboard.h" 29 #include "keyboard.h"
30 #include "termhooks.h" 30 #include "termhooks.h"
31 #include "blockinput.h" 31 #include "blockinput.h"
32 #include "puresize.h" 32 #include "puresize.h"
33 #include "intervals.h" 33 #include "intervals.h"
34 #include "keymap.h"
34 35
35 /* The number of elements in keymap vectors. */ 36 /* The number of elements in keymap vectors. */
36 #define DENSE_TABLE_SIZE (0200) 37 #define DENSE_TABLE_SIZE (0200)
37 38
38 /* Actually allocate storage for these variables */ 39 /* Actually allocate storage for these variables */