(atoi): Remove declaration.

From-SVN: r8179
This commit is contained in:
Richard Kenner 1994-09-30 17:27:29 -04:00
parent e7ad200600
commit c499e03ace
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern void free PROTO((void *));
extern int atoi PROTO((char *));
extern rtx read_rtx PROTO((FILE *));
char *xmalloc PROTO((unsigned));