aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-08-25 14:22:20 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-08-25 14:22:20 +0000
commit27ff174015776d7237c274cd48fc903a9dac0276 (patch)
tree578914b2ab5dbfc17831c9800381ee98a36e5e90 /usr.bin
parentc85f67175f0147b88cb6b9a7e35f5d033b5bd2a8 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/lint1/scan.l3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l
index ece6ef9b6612b..c76ebcf2f6c75 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, "" };