/[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.4.6.6 by camm, Tue Mar 30 21:50:19 2004 UTC revision 1.4.6.6.12.1 by camm, Sun Jan 16 00:36:20 2005 UTC
# Line 30  Foundation, 675 Mass Ave, Cambridge, MA Line 30  Foundation, 675 Mass Ave, Cambridge, MA
30  void  void
31  zero_divisor(void);  zero_divisor(void);
32    
33  object fixnum_add(int i, int j)  object fixnum_add(fixnum i, fixnum j)
34  {  {
35    
36    if (i>=0)    if (i>=0)
# Line 46  object fixnum_add(int i, int j) Line 46  object fixnum_add(int i, int j)
46     }     }
47  }  }
48  /* return i - j */  /* return i - j */
49  object fixnum_sub(int i, int j)  object fixnum_sub(fixnum i, fixnum j)
50  {    {  
51    
52    if (i>=0)    if (i>=0)

Legend:
Removed from v.1.4.6.6  
changed lines
  Added in v.1.4.6.6.12.1

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