emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Sat, 29 Jul 2006 01:53:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/29 01:53:31

Index: alloc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/alloc.c,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -b -r1.399 -r1.400
--- alloc.c     28 Jul 2006 11:12:23 -0000      1.399
+++ alloc.c     29 Jul 2006 01:53:31 -0000      1.400
@@ -4607,7 +4607,8 @@
 
 
 /* Determine whether it is safe to access memory at address P.  */
-int valid_pointer_p (p)
+int
+valid_pointer_p (p)
      void *p;
 {
   int fd;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]