From: Richard M. Stallman Date: Sun, 25 Dec 1994 17:47:27 +0000 (+0000) Subject: (enum Lisp_Type): Add Max_Lisp_Type. X-Git-Tag: emacs-19.34~5610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d1207f6f530d504c5b875d177d5f3b3008a1be1;p=emacs.git (enum Lisp_Type): Add Max_Lisp_Type. --- diff --git a/src/lisp.h b/src/lisp.h index f946da5e5f4..a019b09abcb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -90,6 +90,9 @@ enum Lisp_Type #ifdef LISP_FLOAT_TYPE Lisp_Float, #endif /* LISP_FLOAT_TYPE */ + + /* This is not a type code. It is for range checking. */ + Max_Lisp_Type, }; /* This is the set of datatypes that share a common structure.