diff src/process.c @ 62604:324a4f7ffebc

(send_process): Move misplaced volatile.
author Andreas Schwab <schwab@suse.de>
date Sun, 22 May 2005 09:48:37 +0000
parents b406e215e78f
children 6ef9e44e50d7 63b7247f4be6 5b029ff3b08d
line wrap: on
line diff
--- a/src/process.c	Sun May 22 09:35:04 2005 +0000
+++ b/src/process.c	Sun May 22 09:48:37 2005 +0000
@@ -5134,7 +5134,7 @@
   int rv;
   struct coding_system *coding;
   struct gcpro gcpro1;
-  SIGTYPE (*old_sigpipe) ();
+  SIGTYPE (*volatile old_sigpipe) ();
 
   GCPRO1 (object);