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

Diff of /gcl/o/num_comp.c

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

revision 1.3.6.1 by camm, Sun Sep 14 02:30:45 2003 UTC revision 1.3.6.2 by camm, Thu Nov 6 16:16:52 2003 UTC
# Line 206  number_compare(object x, object y) Line 206  number_compare(object x, object y)
206          }          }
207  }  }
208    
209  void  LFD(Lall_the_same)(void)
 Lall_the_same(void)  
210  {  {
211          int narg, i;          int narg, i;
212    
# Line 226  Lall_the_same(void) Line 225  Lall_the_same(void)
225          vs_base[0] = Ct;          vs_base[0] = Ct;
226  }  }
227    
228  void  LFD(Lall_different)(void)
 Lall_different(void)  
229  {  {
230          int narg, i, j;          int narg, i, j;
231    
# Line 271  Lnumber_compare(int s, int t) Line 269  Lnumber_compare(int s, int t)
269          vs_base[0] = Ct;          vs_base[0] = Ct;
270  }  }
271    
272  void Lmonotonically_increasing(void) { Lnumber_compare( 1, 1); }  LFD(Lmonotonically_increasing)(void) { Lnumber_compare( 1, 1); }
273  void Lmonotonically_decreasing(void) { Lnumber_compare(-1, 1); }  LFD(Lmonotonically_decreasing)(void) { Lnumber_compare(-1, 1); }
274  void Lmonotonically_nondecreasing(void) { Lnumber_compare( 1, 0); }  LFD(Lmonotonically_nondecreasing)(void) { Lnumber_compare( 1, 0); }
275  void Lmonotonically_nonincreasing(void) { Lnumber_compare(-1, 0); }  LFD(Lmonotonically_nonincreasing)(void) { Lnumber_compare(-1, 0); }
276    
277  void  LFD(Lmax)(void)
 Lmax(void)  
278  {  {
279          object max;          object max;
280          int narg, i;          int narg, i;
# Line 294  Lmax(void) Line 291  Lmax(void)
291          vs_base[0] = max;          vs_base[0] = max;
292  }  }
293    
294  void  LFD(Lmin)(void)
 Lmin(void)  
295  {  {
296          object min;          object min;
297          int narg, i;          int narg, i;

Legend:
Removed from v.1.3.6.1  
changed lines
  Added in v.1.3.6.2

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