aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 19:17:19 -0700
committerPaul Eggert2011-04-13 19:17:19 -0700
commitde68a1fc344a72af93c8fca8592e9cefa0de59c7 (patch)
tree5dcf5e871b71b08114b000bb1da9160fc87373ba
parent40ccffa6ff0f62689cac373e3d21d25084c1b7b3 (diff)
downloademacs-de68a1fc344a72af93c8fca8592e9cefa0de59c7.tar.gz
emacs-de68a1fc344a72af93c8fca8592e9cefa0de59c7.zip
* region-cache.h (pp_cache): Mark as externally visible.
-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;