comparison src/process.c @ 62602:b406e215e78f

(send_process): Remove misplaced volatile.
author Andreas Schwab <schwab@suse.de>
date Sun, 22 May 2005 09:33:46 +0000
parents 7f6a053bbca4
children 324a4f7ffebc
comparison
equal deleted inserted replaced
62601:15e35985d6aa 62602:b406e215e78f
5132 /* Use volatile to protect variables from being clobbered by longjmp. */ 5132 /* Use volatile to protect variables from being clobbered by longjmp. */
5133 struct Lisp_Process *p = XPROCESS (proc); 5133 struct Lisp_Process *p = XPROCESS (proc);
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 volatile SIGTYPE (*old_sigpipe)(); 5137 SIGTYPE (*old_sigpipe) ();
5138 5138
5139 GCPRO1 (object); 5139 GCPRO1 (object);
5140 5140
5141 #ifdef VMS 5141 #ifdef VMS
5142 VMS_PROC_STUFF *vs, *get_vms_process_pointer(); 5142 VMS_PROC_STUFF *vs, *get_vms_process_pointer();