aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index b95141d7dbd..5b1d8118cae 100644
--- a/src/term.c
+++ b/src/term.c
@@ -31,6 +31,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
31#include "termhooks.h" 31#include "termhooks.h"
32#include "keyboard.h" 32#include "keyboard.h"
33 33
34extern Lisp_Object Fmake_sparse_keymap ();
35
34#define max(a, b) ((a) > (b) ? (a) : (b)) 36#define max(a, b) ((a) > (b) ? (a) : (b))
35#define min(a, b) ((a) < (b) ? (a) : (b)) 37#define min(a, b) ((a) < (b) ? (a) : (b))
36 38