1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(send_process): Move misplaced volatile.

This commit is contained in:
Andreas Schwab 2005-05-22 09:49:43 +00:00
parent edceb51cbc
commit 41c4895cd7
2 changed files with 2 additions and 2 deletions

View 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>

View 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);