summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_lex.c')
-rw-r--r--sys/ddb/db_lex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c
index 1c8151e..8a81046 100644
--- a/sys/ddb/db_lex.c
+++ b/sys/ddb/db_lex.c
@@ -49,7 +49,7 @@ static int db_read_char(void);
static void db_unread_char(int);
int
-db_read_line()
+db_read_line(void)
{
int i;
@@ -97,7 +97,7 @@ db_flush_line()
static int db_look_char = 0;
static int
-db_read_char()
+db_read_char(void)
{
int c;
@@ -148,7 +148,7 @@ char db_tok_string[TOK_STRING_SIZE];
db_expr_t db_radix = 16;
void
-db_flush_lex()
+db_flush_lex(void)
{
db_flush_line();
db_look_char = 0;
@@ -156,7 +156,7 @@ db_flush_lex()
}
static int
-db_lex()
+db_lex(void)
{
int c;
OpenPOWER on IntegriCloud