]> git.eshelyaron.com Git - emacs.git/commitdiff
* region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 06:22:42 +0000 (23:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 06:22:42 +0000 (23:22 -0700)
src/ChangeLog
src/region-cache.h

index b8ab24a7121cc09c9e2e3e70ba18b285c6f8c2c6..db115bdbfd7174380e2c19044da1d893efdb8f36 100644 (file)
@@ -1,5 +1,7 @@
 2011-03-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
+
        * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
        * sysdep.c (sys_subshell): Likewise.
        Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
index 0da159285e4d89572e5e6476330a60e1e9f7ac44..8e4336c2885f09f71ba89f1e61c1a68db6ba90ef 100644 (file)
@@ -111,3 +111,5 @@ extern int region_cache_backward (struct buffer *BUF,
                                   EMACS_INT POS,
                                   EMACS_INT *NEXT);
 
+/* For debugging.  */
+void pp_cache (struct region_cache *);