]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum pvec_type): Don't use trailing comma.
authorKarl Heuer <kwzh@gnu.org>
Thu, 15 Jun 1995 20:49:02 +0000 (20:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 15 Jun 1995 20:49:02 +0000 (20:49 +0000)
src/lisp.h

index 5ec1307ed056e6198936381519994aa35b9d9a22..a331d897ec6d614fd3f2186a087ed261f54aa98c 100644 (file)
@@ -234,7 +234,7 @@ enum pvec_type
   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.  */