mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 15:11:30 -08:00
*** empty log message ***
This commit is contained in:
parent
36f7ba0a1e
commit
abc367df62
2 changed files with 0 additions and 19 deletions
|
|
@ -121,11 +121,6 @@ If you quit, the process is killed with SIGKILL.")
|
|||
#if 0
|
||||
int mask;
|
||||
#endif
|
||||
struct gcpro gcpro1;
|
||||
|
||||
GCPRO1 (*args);
|
||||
gcpro1.nvars = nargs;
|
||||
|
||||
CHECK_STRING (args[0], 0);
|
||||
|
||||
if (nargs <= 1 || NULL (args[1]))
|
||||
|
|
@ -246,8 +241,6 @@ If you quit, the process is killed with SIGKILL.")
|
|||
#ifndef subprocesses
|
||||
wait_without_blocking ();
|
||||
#endif /* subprocesses */
|
||||
|
||||
UNGCPRO;
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
|
|
@ -285,8 +278,6 @@ If you quit, the process is killed with SIGKILL.")
|
|||
|
||||
unbind_to (count, Qnil);
|
||||
|
||||
UNGCPRO;
|
||||
|
||||
if (synch_process_death)
|
||||
return build_string (synch_process_death);
|
||||
return make_number (synch_process_retcode);
|
||||
|
|
@ -319,10 +310,6 @@ If you quit, the process is killed with SIGKILL.")
|
|||
register Lisp_Object filename_string, start, end;
|
||||
char tempfile[20];
|
||||
int count = specpdl_ptr - specpdl;
|
||||
struct gcpro gcpro1;
|
||||
|
||||
GCPRO1 (*args);
|
||||
gcpro1.nvars = 2;
|
||||
|
||||
#ifdef VMS
|
||||
strcpy (tempfile, "tmp:emacsXXXXXX.");
|
||||
|
|
@ -343,7 +330,6 @@ If you quit, the process is killed with SIGKILL.")
|
|||
args[3] = filename_string;
|
||||
Fcall_process (nargs - 2, args + 2);
|
||||
|
||||
UNGCPRO;
|
||||
return unbind_to (count, Qnil);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -205,10 +205,6 @@ is converted into a string by expressing it in decimal.")
|
|||
{
|
||||
register int argnum;
|
||||
register Lisp_Object tem;
|
||||
struct gcpro gcpro1;
|
||||
|
||||
GCPRO1 (*args);
|
||||
gcpro1.nvars = nargs;
|
||||
|
||||
for (argnum = 0; argnum < nargs; argnum++)
|
||||
{
|
||||
|
|
@ -225,7 +221,6 @@ is converted into a string by expressing it in decimal.")
|
|||
}
|
||||
}
|
||||
|
||||
UNGCPRO;
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue