[BACK]Return to ox_pari.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Diff for /OpenXM/src/ox_pari/ox_pari.c between version 1.8 and 1.9

version 1.8, 2015/08/20 01:38:34 version 1.9, 2015/08/20 07:45:12
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/ox_pari/ox_pari.c,v 1.7 2015/08/18 05:04:35 noro Exp $  */  /*  $OpenXM: OpenXM/src/ox_pari/ox_pari.c,v 1.8 2015/08/20 01:38:34 noro Exp $  */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
Line 137  int sm_popCMO()
Line 137  int sm_popCMO()
   
 cmo_error2 *make_error2(char *message)  cmo_error2 *make_error2(char *message)
 {  {
   return (cmo_error2 *) new_cmo_string(message);    return new_cmo_error2((cmo *)new_cmo_string(message));
 }  }
   
 int get_i()  int get_i()

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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