From 4d1207f6f530d504c5b875d177d5f3b3008a1be1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Dec 1994 17:47:27 +0000 Subject: [PATCH] (enum Lisp_Type): Add Max_Lisp_Type. --- src/lisp.h | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5