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

Diff of /gcl/o/cmpaux.c

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

revision 1.15.6.1 by camm, Mon Jun 2 14:43:37 2003 UTC revision 1.15.6.1.4.1 by camm, Mon Jun 2 16:52:10 2003 UTC
# Line 199  object_to_int(object x) Line 199  object_to_int(object x)
199          return(i);          return(i);
200  }  }
201    
202  static float  float
203  object_to_float(object x)  object_to_float(object x)
204  {  {
205          float f=0.0;          float f=0.0;
# Line 222  object_to_float(object x) Line 222  object_to_float(object x)
222          return(f);          return(f);
223  }  }
224    
225  static double  double
226  object_to_double(object x)  object_to_double(object x)
227  {  {
228          double d=0.0;          double d=0.0;

Legend:
Removed from v.1.15.6.1  
changed lines
  Added in v.1.15.6.1.4.1

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