(child_setup): Don't declare PID `register'; we later take its address.
authorRoland McGrath <roland@gnu.org>
Sat, 8 Jan 1994 23:22:33 +0000 (23:22 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 8 Jan 1994 23:22:33 +0000 (23:22 +0000)
src/callproc.c

index c9718e7..3b63a27 100644 (file)
@@ -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;