Declaration of strtouq() is not missing from stdlib.h, so don't redeclare
it.
This commit is contained in:
parent
c85f67175f
commit
27ff174015
@ -50,9 +50,6 @@ static char rcsid[] = "$NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $";
|
||||
|
||||
#define CHAR_MASK (~(~0 << CHAR_BIT))
|
||||
|
||||
/* XXX declaration of strtouq() is missing in stdlib.h ? */
|
||||
extern u_quad_t strtouq __P((const char *, char **, int));
|
||||
|
||||
/* Current position (its also updated when an included file is parsed) */
|
||||
pos_t curr_pos = { 1, "" };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user