projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5045092
)
* fns.c (weak_hash_tables): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:02:03 +0000
(16:02 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:02:03 +0000
(16:02 -0700)
src/ChangeLog
patch
|
blob
|
history
src/fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e2efafb2adc177f899fb475502c3e49bde3fb758..8d3318449e781249a49c9300f9e422d95d46beb3 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
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.
(auto_saving, auto_save_mode_bits, auto_save_error_occurred):
(Vwrite_region_annotation_buffers): Now static.
diff --git
a/src/fns.c
b/src/fns.c
index 9ced09c38f6012627ff2acd674f78b00e6c41abb..2fee34eaf22054959763fab01614682bc95dc7a7 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-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. */
-struct Lisp_Hash_Table *weak_hash_tables;
+st
atic st
ruct Lisp_Hash_Table *weak_hash_tables;
/* Various symbols. */