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

index c14391dce5c2e3fc245e1d7d6906b58295591199..0e4e571e8527d5ae70f43b48acf5ff92b4528b07 100644 (file)
@@ -1,6 +1,6 @@
 2005-05-22  Andreas Schwab  <schwab@suse.de>
 
-       * process.c (send_process): Remove misplaced volatile.
+       * process.c (send_process): Move misplaced volatile.
 
 2005-05-21  Richard M. Stallman  <rms@gnu.org>
 
index db13406606dae334bf561b654e9f52084b267c0e..5f756f4db05e06ef520a9345362b63a40ee42c48 100644 (file)
@@ -5134,7 +5134,7 @@ send_process (proc, buf, len, object)
   int rv;
   struct coding_system *coding;
   struct gcpro gcpro1;
-  SIGTYPE (*old_sigpipe) ();
+  SIGTYPE (*volatile old_sigpipe) ();
 
   GCPRO1 (object);