From eeed793e62c2b1946028d73c9ef459d53286752e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Dec 1994 17:49:06 +0000 Subject: [PATCH] (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5