XEmacs 21.4.0 "Solid Vapor".
[chise/xemacs-chise.git] / src / lisp.h
index 98e82d9..8b2b8cc 100644 (file)
@@ -380,6 +380,10 @@ typedef EMACS_INT Extcount;
 /*     structure/other typedefs    */
 /* ------------------------------- */
 
+/* Counts of bytes or array elements */
+typedef EMACS_INT Memory_count;
+typedef EMACS_INT Element_count;
+
 typedef struct lstream Lstream;
 
 typedef unsigned int face_index;