src/bidi.c <bidi_cache_total_alloc>: Now static.
(bidi_initialize): Initialize bidi_cache_total_alloc.
2011-08-05 Eli Zaretskii <eliz@gnu.org>
+ * bidi.c <bidi_cache_total_alloc>: Now static.
+ (bidi_initialize): Initialize bidi_cache_total_alloc.
+
*xdisp.c (display_line): Release buffer allocated for shelved bidi
cache. (Bug#9221)
bidi_cache_last_idx = -1;
}
-ptrdiff_t bidi_cache_total_alloc;
+static ptrdiff_t bidi_cache_total_alloc;
/* Stash away a copy of the cache and its control variables. */
void *
staticpro (¶graph_separate_re);
bidi_cache_sp = 0;
+ bidi_cache_total_alloc = 0;
bidi_initialized = 1;
}