# HG changeset patch # User Karl Heuer # Date 803249342 0 # Node ID 4de2d34c04d301e79761f898726d790bac3d1029 # Parent e8a6dfd8d5d2afdaa4d365fa0dd6e83a81b17e42 (enum pvec_type): Don't use trailing comma. diff -r e8a6dfd8d5d2 -r 4de2d34c04d3 src/lisp.h --- 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. */