From: Kenichi Handa Date: Fri, 29 Sep 2000 06:47:05 +0000 (+0000) Subject: Remove the line "#undef NULL". X-Git-Tag: emacs-pretest-21.0.90~1293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5ac60d61defda8325e598df48aec02ad04ec5f;p=emacs.git Remove the line "#undef NULL". --- 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 #include -#undef NULL #include "lisp.h" #include "commands.h" #include "buffer.h"