summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-09-29 06:47:05 +0000
committerKenichi Handa <handa@m17n.org>2000-09-29 06:47:05 +0000
commit6f5ac60d61defda8325e598df48aec02ad04ec5f (patch)
tree868c06a74ff37dc085c5432cbeea4c0d5db44b9a
parent454ee39bdea12a4296c2ec17ee5717a553f7ab1b (diff)
downloademacs-6f5ac60d61defda8325e598df48aec02ad04ec5f.tar.gz
Remove the line "#undef NULL".
-rw-r--r--src/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 864c860db5c..7bb7b0d7f6c 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
-#undef NULL
#include "lisp.h"
#include "commands.h"
#include "buffer.h"