X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fnames.c;h=eee6bde928d99c99a1766f9315b3ac3cfda58e24;hb=4ac671c49ba5df93c2f386bc8d7dbe50f4671a57;hp=ba4d509e47ead3bfd99846250f05c623878a11c8;hpb=065cf0958c39600f2062cbeeb5b76929d03c207b;p=chaz%2Ftar diff --git a/src/names.c b/src/names.c index ba4d509..eee6bde 100644 --- a/src/names.c +++ b/src/names.c @@ -669,9 +669,9 @@ label_notfound (void) /* Sort *singly* linked LIST of names, of given LENGTH, using COMPARE to order names. Return the sorted list. Note that after calling - this function, the `prev' links in list elements are messed up. + this function, the 'prev' links in list elements are messed up. - Apart from the type `struct name' and the definition of SUCCESSOR, + Apart from the type 'struct name' and the definition of SUCCESSOR, this is a generic list-sorting function, but it's too painful to make it both generic and portable in C. */ @@ -894,7 +894,7 @@ name_compare (void const *entry1, void const *entry2) } -/* Rebase `name' member of CHILD and all its siblings to +/* Rebase 'name' member of CHILD and all its siblings to the new PARENT. */ static void rebase_child_list (struct name *child, struct name *parent) @@ -1100,7 +1100,7 @@ name_scan (const char *file_name) struct name *gnu_list_name; struct name const * -name_from_list () +name_from_list (void) { if (!gnu_list_name) gnu_list_name = namelist;