diff options
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 4 |
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, (int ok, Lisp_Object predicate, Lisp_Object x), (ok, predicate, x)) -/* Deprecated and will be removed soon. */ - -#define INTERNAL_FIELD(field) field ## _ - /* See the macros in intervals.h. */ typedef struct interval *INTERVAL; |