2002-02-10 Daniel Jacobowitz <drow@mvista.com>

* lexsup.c: Remove strtoul declaration.
This commit is contained in:
Daniel Jacobowitz 2002-02-11 02:41:37 +00:00
parent 8d037c5c93
commit 37b0ac0fc8
2 changed files with 4 additions and 7 deletions

View 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 ().

View 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));