]> code.delx.au - gnu-emacs/blobdiff - src/process.h
Don't overflow if computing approximate percentage
[gnu-emacs] / src / process.h
index 36979dcac9e9d8b0d8a94da2155b3503bab88681..e889055dc2388977c16e1379147f69d7c4ba7d50 100644 (file)
@@ -105,6 +105,9 @@ struct Lisp_Process
     Lisp_Object gnutls_cred_type;
 #endif
 
+    /* Pipe process attached to the standard error of this process.  */
+    Lisp_Object stderrproc;
+
     /* After this point, there are no Lisp_Objects any more.  */
     /* alloc.c assumes that `pid' is the first such non-Lisp slot.  */