aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorMichael Albinus2015-04-29 11:18:25 +0200
committerMichael Albinus2015-04-29 11:18:25 +0200
commit13cf735fb1c4685c0b4e7a7f8554d2064dc70073 (patch)
tree1d2ec670cf3a02a313fd415a196466e1f82686d7 /src/lisp.h
parent7fbdb57f801159618f761b8dd510516575b6c5b2 (diff)
parent3c0ea587daf8b17960b90603a70e3ac4057d883d (diff)
downloademacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.tar.gz
emacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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;