2002-02-10 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 11 Feb 2002 02:41:37 +0000 (02:41 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 11 Feb 2002 02:41:37 +0000 (02:41 +0000)
        * lexsup.c: Remove strtoul declaration.

ld/ChangeLog
ld/lexsup.c

index b70fbc5099a2ee756f9e8396dd9caaf76e33ae12..6eab18ba5da5378115ebba0e2523a9c8b035f417 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * lexsup.c: Remove strtoul declaration.
+
 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
 
        * ldmain.c: Add prototype for main ().
index 72080743fd81af8f8d47d563e0a7f9e64c8cf2a1..230dd6bb55b8c87e1c131475cc5ef4437739518c 100644 (file)
@@ -53,13 +53,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #define        S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
 #endif
 
-#ifndef HAVE_STDLIB_H
-/* If we have <stdlib.h>, assume it defines strtoul.  */
-/* Omit args to avoid the possibility of clashing with a system header
-   that might disagree about consts.  */
-unsigned long strtoul ();
-#endif
-
 static int is_num PARAMS ((const char *, int, int, int));
 static void set_default_dirlist PARAMS ((char *dirlist_ptr));
 static void set_section_start PARAMS ((char *sect, char *valstr));
This page took 0.029692 seconds and 4 git commands to generate.