Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3d48049
Commit
e3d48049
authored
Jun 15, 1995
by
Karl Heuer
Browse files
(enum pvec_type): Don't use trailing comma.
parent
2147fb50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
e3d48049
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment