* region-cache.h (pp_cache): Mark as externally visible.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:17:19 +0000 (19:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:17:19 +0000 (19:17 -0700)
src/ChangeLog
src/region-cache.h

index aee24f4..404b00a 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * region-cache.h (pp_cache): Mark as externally visible.
+
        * process.c: Make symbols static if they're not exported.
        (process_tick, update_tick, create_process, chan_process):
        (Vprocess_alist, proc_buffered_char, datagram_access):
index 8e4336c..255b517 100644 (file)
@@ -112,4 +112,4 @@ extern int region_cache_backward (struct buffer *BUF,
                                   EMACS_INT *NEXT);
 
 /* For debugging.  */
-void pp_cache (struct region_cache *);
+void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;