]> code.delx.au - gnu-emacs/blobdiff - src/vmsproc.c
(Vimage_types): Moved here from xfns.c.
[gnu-emacs] / src / vmsproc.c
index 122cf08bd368194a359cf87ce6eb53d789d664b5..15e2c9d5e61e762602098fc94cdcce9a15080a1a 100644 (file)
@@ -758,7 +758,7 @@ child_sig (vs)
   pid = vs->pid;
   sys$setef (vs->eventFlag);
 
-  for (tail = Vprocess_alist; XSYMBOL (tail) != XSYMBOL (Qnil); tail = XCDR (tail))
+  for (tail = Vprocess_alist; ! NILP (tail); tail = XCDR (tail))
     {
       proc = XCDR (XCAR (tail));
       p = XPROCESS (proc);
@@ -766,7 +766,7 @@ child_sig (vs)
        break;
     }
 
-  if (XSYMBOL (tail) == XSYMBOL (Qnil))
+  if (NILP (tail))
     return;
 
   p->status = Fcons (Qexit, Fcons (make_number (vs->exitStatus), Qnil))