mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(child_setup): Don't declare PID `register'; we later take its address.
This commit is contained in:
parent
a1f17b2d6a
commit
33abe2d96d
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
|
|||
#else /* not MSDOS */
|
||||
char **env;
|
||||
|
||||
register int pid = getpid ();
|
||||
int pid = getpid ();
|
||||
|
||||
{
|
||||
extern int emacs_priority;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue