(enum pvec_type): Don't use trailing comma.

This commit is contained in:
Karl Heuer 1995-06-15 20:49:02 +00:00
parent 2147fb50c4
commit e3d48049dc

View 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. */