emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callproc.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Fri, 19 Jul 2002 10:26:49 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.191 emacs/src/callproc.c:1.192
*** emacs/src/callproc.c:1.191  Sun Jul 14 20:00:35 2002
--- emacs/src/callproc.c        Fri Jul 19 10:26:49 2002
***************
*** 222,229 ****
    int bufsize = 16384;
    int count = SPECPDL_INDEX ();
  
!   register unsigned char **new_argv
!     = (unsigned char **) alloca ((max (2, nargs - 2)) * sizeof (char *));
    struct buffer *old = current_buffer;
    /* File to use for stderr in the child.
       t means use same as standard output.  */
--- 222,229 ----
    int bufsize = 16384;
    int count = SPECPDL_INDEX ();
  
!   register const unsigned char **new_argv
!     = (const unsigned char **) alloca ((max (2, nargs - 2)) * sizeof (char 
*));
    struct buffer *old = current_buffer;
    /* File to use for stderr in the child.
       t means use same as standard output.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]