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

Diff of /gcl/o/big.c

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

revision 1.4 by camm, Fri Jul 12 22:00:49 2002 UTC revision 1.5 by camm, Sat Jul 20 07:10:55 2002 UTC
# Line 68  DEFUN("SET-GMP-ALLOCATE-RELOCATABLE",obj Line 68  DEFUN("SET-GMP-ALLOCATE-RELOCATABLE",obj
68    
69    
70    
71  int big_sign(x)  int big_sign(object x)
      object x;  
72  {  {
73    return BIG_SIGN(x);    return BIG_SIGN(x);
74  }  }
75    
76  void set_big_sign(x,sign)  void set_big_sign(object x, int sign)
      object x;  
      int sign;  
77  {  {
78    SET_BIG_SIGN(x,sign);    SET_BIG_SIGN(x,sign);
79  }  }
80    
81  void zero_big(x)  void zero_big(object x)
      object x;  
82  {  {
83    ZERO_BIG(x);    ZERO_BIG(x);
84  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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