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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:56:41 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.198.2.2 emacs/src/callproc.c:1.198.2.3
*** emacs/src/callproc.c:1.198.2.2      Fri Apr 16 12:50:45 2004
--- emacs/src/callproc.c        Mon Jun 28 07:29:18 2004
***************
*** 1,5 ****
  /* Synchronous subprocess invocation for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,99, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Synchronous subprocess invocation for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,99, 2000,01,02,03,04
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 222,228 ****
    register int pid;
    char buf[16384];
    char *bufptr = buf;
!   int bufsize = 16384;
    int count = SPECPDL_INDEX ();
  
    register const unsigned char **new_argv
--- 222,228 ----
    register int pid;
    char buf[16384];
    char *bufptr = buf;
!   int bufsize = sizeof buf;
    int count = SPECPDL_INDEX ();
  
    register const unsigned char **new_argv




reply via email to

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