/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.345 by pj, Sat Oct 20 20:36:46 2001 UTC revision 1.346 by pj, Wed Oct 24 06:29:38 2001 UTC
# Line 111  Boston, MA 02111-1307, USA.  */ Line 111  Boston, MA 02111-1307, USA.  */
111  #include "composite.h"  #include "composite.h"
112  #include "atimer.h"  #include "atimer.h"
113    
 #define max(a, b) ((a) > (b) ? (a) : (b))  
   
114  Lisp_Object Qprocessp;  Lisp_Object Qprocessp;
115  Lisp_Object Qrun, Qstop, Qsignal, Qopen, Qclosed;  Lisp_Object Qrun, Qstop, Qsignal, Qopen, Qclosed;
116  Lisp_Object Qlast_nonmenu_event;  Lisp_Object Qlast_nonmenu_event;
# Line 1319  create_process (process, new_argv, curre Line 1317  create_process (process, new_argv, curre
1317  #ifndef USE_CRT_DLL  #ifndef USE_CRT_DLL
1318    extern char **environ;    extern char **environ;
1319  #endif  #endif
   Lisp_Object buffer = XPROCESS (process)->buffer;  
1320    
1321    inchannel = outchannel = -1;    inchannel = outchannel = -1;
1322    

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26