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

Diff of /emacs/src/callproc.c

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

revision 1.187.2.3 by uid65618, Thu Feb 5 14:48:50 2004 UTC revision 1.187.2.4 by miles, Tue Jul 6 10:17:20 2004 UTC
# Line 1  Line 1 
1  /* Synchronous subprocess invocation for GNU Emacs.  /* Synchronous subprocess invocation for GNU Emacs.
2     Copyright (C) 1985,86,87,88,93,94,95,99, 2000, 2001     Copyright (C) 1985,86,87,88,93,94,95,99, 2000,01,02,03,04
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 222  usage: (call-process PROGRAM &optional I Line 222  usage: (call-process PROGRAM &optional I
222    register int pid;    register int pid;
223    char buf[16384];    char buf[16384];
224    char *bufptr = buf;    char *bufptr = buf;
225    int bufsize = 16384;    int bufsize = sizeof buf;
226    int count = SPECPDL_INDEX ();    int count = SPECPDL_INDEX ();
227    
228    register const unsigned char **new_argv    register const unsigned char **new_argv

Legend:
Removed from v.1.187.2.3  
changed lines
  Added in v.1.187.2.4

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