/[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.191 by raeburn, Mon Jul 15 00:00:35 2002 UTC revision 1.192 by raeburn, Fri Jul 19 14:26:49 2002 UTC
# Line 222  usage: (call-process PROGRAM &optional I Line 222  usage: (call-process PROGRAM &optional I
222    int bufsize = 16384;    int bufsize = 16384;
223    int count = SPECPDL_INDEX ();    int count = SPECPDL_INDEX ();
224    
225    register unsigned char **new_argv    register const unsigned char **new_argv
226      = (unsigned char **) alloca ((max (2, nargs - 2)) * sizeof (char *));      = (const unsigned char **) alloca ((max (2, nargs - 2)) * sizeof (char *));
227    struct buffer *old = current_buffer;    struct buffer *old = current_buffer;
228    /* File to use for stderr in the child.    /* File to use for stderr in the child.
229       t means use same as standard output.  */       t means use same as standard output.  */

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

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