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
dfcf3579
Commit
dfcf3579
authored
Apr 13, 2011
by
Paul Eggert
Browse files
* fns.c (weak_hash_tables): Now static.
parent
5045092b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/fns.c
src/fns.c
+1
-1
No files found.
src/ChangeLog
View file @
dfcf3579
2011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2011-04-13 Paul Eggert <eggert@cs.ucla.edu>
* fns.c (weak_hash_tables): Now static.
* fileio.c: Make symbols static if they're not exported.
* fileio.c: Make symbols static if they're not exported.
(auto_saving, auto_save_mode_bits, auto_save_error_occurred):
(auto_saving, auto_save_mode_bits, auto_save_error_occurred):
(Vwrite_region_annotation_buffers): Now static.
(Vwrite_region_annotation_buffers): Now static.
...
...
src/fns.c
View file @
dfcf3579
...
@@ -3351,7 +3351,7 @@ base64_decode_1 (const char *from, char *to, EMACS_INT length,
...
@@ -3351,7 +3351,7 @@ base64_decode_1 (const char *from, char *to, EMACS_INT length,
/* The list of all weak hash tables. Don't staticpro this one. */
/* The list of all weak hash tables. Don't staticpro this one. */
struct
Lisp_Hash_Table
*
weak_hash_tables
;
static
struct Lisp_Hash_Table *weak_hash_tables;
/* Various symbols. */
/* Various 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