Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4f8198b
Commit
d4f8198b
authored
Jan 21, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
parent
9aa0928d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/buffer.c
src/buffer.c
+4
-3
No files found.
src/buffer.c
View file @
d4f8198b
/* Buffer manipulation primitives for GNU Emacs.
Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 200
3
Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02,
03,
200
4
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -67,7 +67,7 @@ struct buffer *all_buffers;
Setting the default value also goes through the alist of buffers
and stores into each buffer that does not say it has a local value. */
struct
buffer
buffer_defaults
;
DECL_ALIGN
(
struct
buffer
,
buffer_defaults
)
;
/* A Lisp_Object pointer to the above, used for staticpro */
...
...
@@ -97,7 +97,8 @@ struct buffer buffer_local_flags;
/* This structure holds the names of symbols whose values may be
buffer-local. It is indexed and accessed in the same way as the above. */
struct
buffer
buffer_local_symbols
;
DECL_ALIGN
(
struct
buffer
,
buffer_local_symbols
);
/* A Lisp_Object pointer to the above, used for staticpro */
static
Lisp_Object
Vbuffer_local_symbols
;
...
...
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