summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-15 20:49:02 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-15 20:49:02 +0000
commit30a5bed331689fe332938d3cd97d5ad8727103a4 (patch)
tree689bd9c55d6f318f12b924ce77d3ab4d6baef465 /src/lisp.h
parent18979593811527583fa9947c31b03771e8706b61 (diff)
downloademacs-30a5bed331689fe332938d3cd97d5ad8727103a4.tar.gz
(enum pvec_type): Don't use trailing comma.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
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. */