=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/miscf.c,v retrieving revision 1.37 retrieving revision 1.39 diff -u -p -r1.37 -r1.39 --- OpenXM_contrib2/asir2000/builtin/miscf.c 2018/03/29 01:32:50 1.37 +++ OpenXM_contrib2/asir2000/builtin/miscf.c 2020/10/04 03:14:07 1.39 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.36 2015/08/14 13:51:54 fujimoto Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/miscf.c,v 1.38 2019/02/26 02:48:12 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -84,6 +84,9 @@ void Ptest(); void delete_history(int,int); void grab_pointer(); +int equalr(VL,Obj,Obj); +int init_display(); +void goto_toplevel(char *s); struct ftab misc_tab[] = { {"pwd",Pgetcwd,0}, @@ -401,7 +404,8 @@ Obj *rp; *rp = (Obj)q; else { MKSTR(str,distribution); - n = mknode(2,q,str); + /* 0 means the old version */ + n = mknode(3,q,str,0); MKLIST(l,n); *rp = (Obj)l; }