]> git.eshelyaron.com Git - emacs.git/commitdiff
(send_process): Remove misplaced volatile.
authorAndreas Schwab <schwab@suse.de>
Sun, 22 May 2005 09:35:04 +0000 (09:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 22 May 2005 09:35:04 +0000 (09:35 +0000)
src/ChangeLog
src/process.c

index ff5cf7a32d24bb6ae92f6caeec21f23845792e4b..c14391dce5c2e3fc245e1d7d6906b58295591199 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-22  Andreas Schwab  <schwab@suse.de>
+
+       * process.c (send_process): Remove misplaced volatile.
+
 2005-05-21  Richard M. Stallman  <rms@gnu.org>
 
        * xdisp.c (display_mode_element): If we're processing a list and
index db7d93508210b930888d37cff8c989e09e75f898..db13406606dae334bf561b654e9f52084b267c0e 100644 (file)
@@ -5134,7 +5134,7 @@ send_process (proc, buf, len, object)
   int rv;
   struct coding_system *coding;
   struct gcpro gcpro1;
-  volatile SIGTYPE (*old_sigpipe)();
+  SIGTYPE (*old_sigpipe) ();
 
   GCPRO1 (object);