From: Karl Heuer Date: Thu, 15 Jun 1995 20:49:02 +0000 (+0000) Subject: (enum pvec_type): Don't use trailing comma. X-Git-Tag: emacs-19.34~3613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3d48049dca1f70653b683040c675abd1f62091c;p=emacs.git (enum pvec_type): Don't use trailing comma. --- diff --git a/src/lisp.h b/src/lisp.h index 5ec1307ed05..a331d897ec6 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */