# HG changeset patch # User Richard M. Stallman # Date 788377746 0 # Node ID f59aa6fddad62b24ec3c3166834a7fb4c0923e24 # Parent c000ce65503e08cef8de8e332b94e7f874a9c56a (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. diff -r c000ce65503e -r f59aa6fddad6 src/lisp.h --- a/src/lisp.h Sun Dec 25 17:47:27 1994 +0000 +++ b/src/lisp.h Sun Dec 25 17:49:06 1994 +0000 @@ -92,7 +92,7 @@ #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.