]> git.eshelyaron.com Git - emacs.git/commitdiff
* fns.c (weak_hash_tables): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:02:03 +0000 (16:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:02:03 +0000 (16:02 -0700)
src/ChangeLog
src/fns.c

index e2efafb2adc177f899fb475502c3e49bde3fb758..8d3318449e781249a49c9300f9e422d95d46beb3 100644 (file)
@@ -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.
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;
+static struct Lisp_Hash_Table *weak_hash_tables;
 
 /* Various symbols.  */