changeset 12246:4de2d34c04d3

(enum pvec_type): Don't use trailing comma.
author Karl Heuer <kwzh@gnu.org>
date Thu, 15 Jun 1995 20:49:02 +0000
parents e8a6dfd8d5d2
children 609a89786c5a
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Thu Jun 15 20:45:57 1995 +0000
+++ b/src/lisp.h	Thu Jun 15 20:49:02 1995 +0000
@@ -234,7 +234,7 @@
   PVEC_WINDOW_CONFIGURATION = 0x2000,
   PVEC_SUBR = 0x4000,
   PVEC_TYPE_MASK = 0x7f00,
-  PVEC_FLAG = PSEUDOVECTOR_FLAG,
+  PVEC_FLAG = PSEUDOVECTOR_FLAG
 };
 
 /* For convenience, we also store the number of elements in these bits.  */