/[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.449 by mituharu, Wed Mar 16 08:09:28 2005 UTC revision 1.450 by monnier, Thu Mar 24 19:14:05 2005 UTC
# Line 1  Line 1 
1  /* Asynchronous subprocess control for GNU Emacs.  /* Asynchronous subprocess control for GNU Emacs.
2     Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 98, 1999,     Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1998, 1999,
3        2001, 2002, 2003, 2004 Free Software Foundation, Inc.        2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
6    
# Line 376  extern int timers_run; Line 376  extern int timers_run;
376  /* Maximum number of bytes to send to a pty without an eof.  */  /* Maximum number of bytes to send to a pty without an eof.  */
377  static int pty_max_bytes;  static int pty_max_bytes;
378    
 extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system;  
   
379  #ifdef HAVE_PTYS  #ifdef HAVE_PTYS
380  #ifdef HAVE_PTY_H  #ifdef HAVE_PTY_H
381  #include <pty.h>  #include <pty.h>

Legend:
Removed from v.1.449  
changed lines
  Added in v.1.450

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