aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 688b32eb4ec..1e5e4577a00 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -23,10 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
23#include "buffer.h" 23#include "buffer.h"
24#include "window.h" 24#include "window.h"
25 25
26#ifndef NULL
27#define NULL (void *)0
28#endif
29
30/* Test for membership, allowing for t (actually any non-cons) to mean the 26/* Test for membership, allowing for t (actually any non-cons) to mean the
31 universal set. */ 27 universal set. */
32 28