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:
parent
edceb51cbc
commit
41c4895cd7
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue