aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 55c4c662c06..6d34ce3b052 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1144,10 +1144,6 @@ LISP_MACRO_DEFUN_VOID (CHECK_TYPE,
1144 (int ok, Lisp_Object predicate, Lisp_Object x), 1144 (int ok, Lisp_Object predicate, Lisp_Object x),
1145 (ok, predicate, x)) 1145 (ok, predicate, x))
1146 1146
1147/* Deprecated and will be removed soon. */
1148
1149#define INTERNAL_FIELD(field) field ## _
1150
1151/* See the macros in intervals.h. */ 1147/* See the macros in intervals.h. */
1152 1148
1153typedef struct interval *INTERVAL; 1149typedef struct interval *INTERVAL;