X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fpartition.h;h=213a5fab4e065572b9784150afbed02776cc7ef0;hb=0fd91d25e21fd32c5defb26c98be3d17306860f2;hp=d8b554f8f9a1148aa8939d9d2a6679ddeb49f97e;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/include/partition.h b/include/partition.h index d8b554f8f9..213a5fab4e 100644 --- a/include/partition.h +++ b/include/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000-2020 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. @@ -45,12 +45,12 @@ extern "C" { struct partition_elem { - /* The canonical element that represents the class containing this - element. */ - int class_element; /* The next element in this class. Elements in each class form a circular list. */ struct partition_elem* next; + /* The canonical element that represents the class containing this + element. */ + int class_element; /* The number of elements in this class. Valid only if this is the canonical element for its class. */ unsigned class_count;