/[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.435 by rms, Mon Aug 16 22:57:26 2004 UTC revision 1.436 by kfstorm, Tue Aug 17 21:59:07 2004 UTC
# Line 5572  process_send_signal (process, signo, cur Line 5572  process_send_signal (process, signo, cur
5572            break;            break;
5573          }          }
5574    
5575        if (sig_char && *sig_char != CVDISABLE)  #ifndef _POSIX_VDISABLE
5576    #ifdef CVDISABLE
5577    #define _POSIX_VDISABLE CVDISABLE
5578    #else
5579    #define _POSIX_VDISABLE '\0'
5580    #endif
5581    #endif
5582    
5583          if (sig_char && *sig_char != _POSIX_VDISABLE)
5584          send_process (proc, sig_char, 1, Qnil);          send_process (proc, sig_char, 1, Qnil);
5585        return;        return;
5586  #else /* ! HAVE_TERMIOS */  #else /* ! HAVE_TERMIOS */

Legend:
Removed from v.1.435  
changed lines
  Added in v.1.436

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