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

Diff for /OpenXM/src/ruby/testserv1.c between version 1.1 and 1.2

version 1.1, 2000/01/28 07:04:25 version 1.2, 2000/01/28 08:24:42
Line 1 
Line 1 
   
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ruby/testserv1.c,v 1.1 2000/01/28 07:04:25 ogino Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 /* #include <pari.h> */  /* #include <pari.h> */
Line 106  int getdisc(n)
Line 106  int getdisc(n)
   
 int pushdisc()  int pushdisc()
 {  {
     if (get_i() != 1) {
       push(make_error2(0));
       return -1;
     }
   push(new_cmo_int32(getdisc(get_i())));    push(new_cmo_int32(getdisc(get_i())));
   return 0;    return 0;
 }  }

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

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