* __bb_exit_func.c: New file, from David Mosberger-Tang.
[deliverable/binutils-gdb.git] / gprof / search_list.c
index e49cc8a6c015a4792e7cde74ae398febde93fcbf..d475dbf6a483e72bd30c5306ea9b0b4429c24a7a 100644 (file)
@@ -23,7 +23,7 @@ DEFUN (search_list_append, (list, paths),
       else
        {
          len = strlen (beg);
-       }                       /* if */
+       }
       new_el = (Search_List_Elem *) xmalloc (sizeof (*new_el) + len);
       memcpy (new_el->path, beg, len);
       new_el->path[len] = '\0';
@@ -37,10 +37,8 @@ DEFUN (search_list_append, (list, paths),
       else
        {
          list->head = new_el;
-       }                       /* if */
+       }
       list->tail = new_el;
     }
   while (colon);
-}                              /* search_list_append */
-
-/*** end of search_list.c ***/
+}
This page took 0.023428 seconds and 4 git commands to generate.