daily update
[deliverable/binutils-gdb.git] / gprof / search_list.c
index 743fbdac6085666af3d1d0b5fc3a1d00b3650917..50b4cf2e3d89e9d28f294747de4e3aeda3ff44f0 100644 (file)
@@ -1,6 +1,6 @@
 /* search-list.c
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
 
 
 void
-DEFUN (search_list_append, (list, paths),
-       Search_List * list AND const char *paths)
+search_list_append (list, paths)
+     Search_List *list;
+     const char *paths;
 {
   Search_List_Elem *new_el;
   const char *beg, *colon;
-  int len;
+  unsigned int len;
 
   colon = paths - 1;
   do
This page took 0.022861 seconds and 4 git commands to generate.