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

Diff for /OpenXM_contrib2/asir2000/builtin/parif.c between version 1.35 and 1.36

version 1.35, 2017/03/31 04:15:34 version 1.36, 2017/03/31 06:10:13
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/builtin/parif.c,v 1.34 2016/08/01 01:35:01 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/builtin/parif.c,v 1.35 2017/03/31 04:15:34 ohara Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "ox.h"  #include "ox.h"
Line 131  pointer evalparif(FUNC f,NODE arg)
Line 131  pointer evalparif(FUNC f,NODE arg)
         MKSTR(name,"ox_pari");          MKSTR(name,"ox_pari");
         nd = mknode(2,NULL,name);          nd = mknode(2,NULL,name);
         Pox_launch_nox(nd,&r);          Pox_launch_nox(nd,&r);
         }  
         ox_pari_stream = r;  
     ox_pari_stream_initialized = 1;  
 #else  #else
         error("Please load names.rr from latest asir-contrib library before using pari functions.");          error("Please load names.rr from latest asir-contrib library before using pari functions.");
 #endif  #endif
           }
           ox_pari_stream = r;
       ox_pari_stream_initialized = 1;
   }    }
   
         ac = argc(arg);          ac = argc(arg);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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