[BACK]Return to ctrl.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / builtin

Diff for /OpenXM_contrib2/asir2018/builtin/ctrl.c between version 1.2 and 1.3

version 1.2, 2018/09/28 08:20:27 version 1.3, 2019/03/06 10:43:25
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2018/builtin/ctrl.c,v 1.1 2018/09/19 05:45:05 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2018/builtin/ctrl.c,v 1.2 2018/09/28 08:20:27 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 227  LIST create_control_values(int withdesc)
Line 227  LIST create_control_values(int withdesc)
     }      }
   }    }
   MKLIST(l,node);    MKLIST(l,node);
   descstr = "List of paths in ASIRLOADPATHt.";    descstr = "List of paths in ASIRLOADPATH.";
   list = create_control_value("loadpath",(Obj)l,descstr,withdesc);    list = create_control_value("loadpath",(Obj)l,descstr,withdesc);
   MKNODE(top1,list,top); top = top1;    MKNODE(top1,list,top); top = top1;
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>