/[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.3 by camm, Sun Oct 6 03:07:22 2002 UTC revision 1.4 by camm, Sat Feb 15 00:38:28 2003 UTC
# Line 185  object x, y; Line 185  object x, y;
185  @)  @)
186    
187    
188  int  static int
189  char_cmp(x, y)  char_cmp(x, y)
190  object x, y;  object x, y;
191  {  {
# Line 204  object x, y; Line 204  object x, y;
204          return(0);          return(0);
205  }  }
206    
207  void  static void
208  Lchar_cmp(s, t)  Lchar_cmp(s, t)
209  int s, t;  int s, t;
210  {  {
# Line 272  object x, y; Line 272  object x, y;
272  @)  @)
273    
274    
275  int  static int
276  char_compare(x, y)  char_compare(x, y)
277  object x, y;  object x, y;
278  {  {
# Line 292  object x, y; Line 292  object x, y;
292                  return(1);                  return(1);
293  }  }
294    
295  void  static void
296  Lchar_compare(s, t)  Lchar_compare(s, t)
297  int s, t;  int s, t;
298  {  {

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

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