Remove redundant decl of db_radix, it's also in <ddb/db_output.h>.

This commit is contained in:
simonb 2000-03-30 02:01:49 +00:00
parent e06c3570b8
commit 836abd43c2

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_lex.h,v 1.10 1999/04/12 20:38:21 pk Exp $ */
/* $NetBSD: db_lex.h,v 1.11 2000/03/30 02:01:49 simonb Exp $ */
/*
* Mach Operating System
@ -44,7 +44,6 @@ int db_lex __P((void));
db_expr_t db_tok_number;
#define TOK_STRING_SIZE 120
char db_tok_string[TOK_STRING_SIZE];
int db_radix;
#define tEOF (-1)
#define tEOL 1