From dc136bfb0fa8acc1013f6338d4d2efc9621b7c3e Mon Sep 17 00:00:00 2001 From: dt Date: Wed, 25 Aug 1999 14:22:20 +0000 Subject: Declaration of strtouq() is not missing from stdlib.h, so don't redeclare it. --- usr.bin/xlint/lint1/scan.l | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr.bin/xlint/lint1/scan.l') diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index ece6ef9..c76ebcf 100644 --- a/usr.bin/xlint/lint1/scan.l +++ b/usr.bin/xlint/lint1/scan.l @@ -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, "" }; -- cgit v1.1