From: Richard M. Stallman Date: Sun, 25 Dec 1994 17:49:06 +0000 (+0000) Subject: (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. X-Git-Tag: emacs-19.34~5609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eeed793e62c2b1946028d73c9ef459d53286752e;p=emacs.git (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. --- diff --git a/src/lisp.h b/src/lisp.h index a019b09abcb..5517743cfdc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -92,7 +92,7 @@ enum Lisp_Type #endif /* LISP_FLOAT_TYPE */ /* This is not a type code. It is for range checking. */ - Max_Lisp_Type, + Lisp_Type_Limit, }; /* This is the set of datatypes that share a common structure.