/[gcl]/gcl/o/num_arith.c
ViewVC logotype

Diff of /gcl/o/num_arith.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by camm, Mon Aug 23 16:16:48 2004 UTC revision 1.14 by camm, Mon Aug 23 17:29:15 2004 UTC
# Line 120  integer_exact_quotient(object x,object y Line 120  integer_exact_quotient(object x,object y
120  static object  static object
121  ratio_op_with_cancellation(object a,object b,object c,object d,object (*op)(object,object)) {  ratio_op_with_cancellation(object a,object b,object c,object d,object (*op)(object,object)) {
122    
123    object b0,d0g,t,g1,r;    object b0,d0,g,t,g1,r;
124        
125    b0=b;    b0=b;
126    d0=d;    d0=d;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26