diff options
| author | Andreas Schwab | 2005-05-22 09:49:43 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-05-22 09:49:43 +0000 |
| commit | 41c4895cd757ea7affdaa14e9c877435c1d6cb80 (patch) | |
| tree | 6abf03d48902004910cbdc54e1006bf8b38d78c7 /src/process.c | |
| parent | edceb51cbc80e88ca6c53837daf1e6a0c4d5de26 (diff) | |
| download | emacs-41c4895cd757ea7affdaa14e9c877435c1d6cb80.tar.gz emacs-41c4895cd757ea7affdaa14e9c877435c1d6cb80.zip | |
(send_process): Move misplaced volatile.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index db13406606d..5f756f4db05 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5134,7 +5134,7 @@ send_process (proc, buf, len, object) | |||
| 5134 | int rv; | 5134 | int rv; |
| 5135 | struct coding_system *coding; | 5135 | struct coding_system *coding; |
| 5136 | struct gcpro gcpro1; | 5136 | struct gcpro gcpro1; |
| 5137 | SIGTYPE (*old_sigpipe) (); | 5137 | SIGTYPE (*volatile old_sigpipe) (); |
| 5138 | 5138 | ||
| 5139 | GCPRO1 (object); | 5139 | GCPRO1 (object); |
| 5140 | 5140 | ||