emacs-devel
[Top][All Lists]
Advanced

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

Re: [vms] extending Lisp_Process


From: Richard Stallman
Subject: Re: [vms] extending Lisp_Process
Date: Mon, 14 Jul 2003 11:50:03 -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 */
      };

As long as it's in a VMS conditional, I have no objection.




reply via email to

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