aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-26 04:33:01 +0000
committerRichard M. Stallman1995-12-26 04:33:01 +0000
commit1f0af748ca467fa5d04c9c1fc62f5946d059991f (patch)
tree0f562f25f2e8f3b57249308ac267e44be4e09186 /src
parent4fcff7b6ac771c3c818c809108f365e21577e332 (diff)
downloademacs-1f0af748ca467fa5d04c9c1fc62f5946d059991f.tar.gz
emacs-1f0af748ca467fa5d04c9c1fc62f5946d059991f.zip
(NULL): #undef deleted.
Diffstat (limited to 'src')
-rw-r--r--src/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 264397313b1..32210145741 100644
--- a/src/print.c
+++ b/src/print.c
@@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21#include <config.h> 21#include <config.h>
22#include <stdio.h> 22#include <stdio.h>
23#undef NULL
24#include "lisp.h" 23#include "lisp.h"
25 24
26#ifndef standalone 25#ifndef standalone