emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vms] extending Lisp_Process


From: Thien-Thi Nguyen
Subject: [vms] extending Lisp_Process
Date: Mon, 14 Jul 2003 06:15:16 -0400

for vms subprocess support, i would like to integrate Richard
Levitte's external VMS_PROC_STUFF structure into the Lisp_Process
structure.  is that ok?  something like:

struct Lisp_Process
  {
#ifdef VMS
    struct VMS_PROC_STUFF *vms_proc_stuff;
    /* etc */
#endif
    /* existing Lisp_Process members here */
  };

(this example does not actually integrate VMS_PROC_STUFF members,
but you get the idea i hope.)

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]