aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog2
-rw-r--r--src/region-cache.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aee24f4a2ed..404b00afc23 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * region-cache.h (pp_cache): Mark as externally visible.
4
3 * process.c: Make symbols static if they're not exported. 5 * process.c: Make symbols static if they're not exported.
4 (process_tick, update_tick, create_process, chan_process): 6 (process_tick, update_tick, create_process, chan_process):
5 (Vprocess_alist, proc_buffered_char, datagram_access): 7 (Vprocess_alist, proc_buffered_char, datagram_access):
diff --git a/src/region-cache.h b/src/region-cache.h
index 8e4336c2885..255b517f17a 100644
--- a/src/region-cache.h
+++ b/src/region-cache.h
@@ -112,4 +112,4 @@ extern int region_cache_backward (struct buffer *BUF,
112 EMACS_INT *NEXT); 112 EMACS_INT *NEXT);
113 113
114/* For debugging. */ 114/* For debugging. */
115void pp_cache (struct region_cache *); 115void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;