/[gcl]/gcl/o/character.d
ViewVC logotype

Diff of /gcl/o/character.d

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

revision 1.5.4.1.4.1 by camm, Sun Sep 14 02:30:45 2003 UTC revision 1.5.4.1.4.2 by camm, Thu Nov 6 16:16:50 2003 UTC
# Line 225  int s, t; Line 225  int s, t;
225          vs_base[0] = Ct;          vs_base[0] = Ct;
226  }  }
227    
228  void Lchar_l()  { Lchar_cmp( 1, 1); }  LFD(Lchar_l)()  { Lchar_cmp( 1, 1); }
229  void Lchar_g()  { Lchar_cmp(-1, 1); }  LFD(Lchar_g)()  { Lchar_cmp(-1, 1); }
230  void Lchar_le() { Lchar_cmp( 1, 0); }  LFD(Lchar_le)() { Lchar_cmp( 1, 0); }
231  void Lchar_ge() { Lchar_cmp(-1, 0); }  LFD(Lchar_ge)() { Lchar_cmp(-1, 0); }
232    
233    
234  bool  bool
# Line 313  int s, t; Line 313  int s, t;
313          vs_base[0] = Ct;          vs_base[0] = Ct;
314  }  }
315    
316  void Lchar_lessp()        { Lchar_compare( 1, 1); }  LFD(Lchar_lessp)()        { Lchar_compare( 1, 1); }
317  void Lchar_greaterp()     { Lchar_compare(-1, 1); }  LFD(Lchar_greaterp)()     { Lchar_compare(-1, 1); }
318  void Lchar_not_greaterp() { Lchar_compare( 1, 0); }  LFD(Lchar_not_greaterp)() { Lchar_compare( 1, 0); }
319  void Lchar_not_lessp()    { Lchar_compare(-1, 0); }  LFD(Lchar_not_lessp)()    { Lchar_compare(-1, 0); }
320    
321    
322  object  object

Legend:
Removed from v.1.5.4.1.4.1  
changed lines
  Added in v.1.5.4.1.4.2

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