Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 43... Line 43...
43
#include "ansidecl.h"
43
#include "ansidecl.h"
44
#include 
44
#include 
Line 45... Line 45...
45
 
45
 
46
struct partition_elem
46
struct partition_elem
47
{
-
 
48
  /* The canonical element that represents the class containing this
-
 
49
     element.  */
-
 
50
  int class_element;
47
{
51
  /* The next element in this class.  Elements in each class form a
48
  /* The next element in this class.  Elements in each class form a
52
     circular list.  */
49
     circular list.  */
-
 
50
  struct partition_elem* next;
-
 
51
  /* The canonical element that represents the class containing this
-
 
52
     element.  */
53
  struct partition_elem* next;
53
  int class_element;
54
  /* The number of elements in this class.  Valid only if this is the
54
  /* The number of elements in this class.  Valid only if this is the
55
     canonical element for its class.  */
55
     canonical element for its class.  */
56
  unsigned class_count;
56
  unsigned class_count;