Mercurial > hg > xemacs-beta
comparison src/process-unix.c @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | e11d67e05968 |
children | 512e409c26a2 |
comparison
equal
deleted
inserted
replaced
297:deca3c1083ac | 298:70ad99077275 |
---|---|
716 static int | 716 static int |
717 unix_create_process (struct Lisp_Process *p, | 717 unix_create_process (struct Lisp_Process *p, |
718 Lisp_Object *argv, int nargv, | 718 Lisp_Object *argv, int nargv, |
719 Lisp_Object program, Lisp_Object cur_dir) | 719 Lisp_Object program, Lisp_Object cur_dir) |
720 { | 720 { |
721 /* This function rewritten by wing@666.com. */ | 721 /* This function rewritten by ben@xemacs.org. */ |
722 | 722 |
723 int pid, inchannel, outchannel; | 723 int pid, inchannel, outchannel; |
724 /* Use volatile to protect variables from being clobbered by longjmp. */ | 724 /* Use volatile to protect variables from being clobbered by longjmp. */ |
725 volatile int forkin, forkout; | 725 volatile int forkin, forkout; |
726 volatile int pty_flag = 0; | 726 volatile int pty_flag = 0; |