summaryrefslogtreecommitdiff
path: root/ddb/db_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_lex.c')
-rw-r--r--ddb/db_lex.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ddb/db_lex.c b/ddb/db_lex.c
index 8ab69106..49063e1b 100644
--- a/ddb/db_lex.c
+++ b/ddb/db_lex.c
@@ -49,8 +49,7 @@ int db_look_char = 0;
db_expr_t db_look_token = 0;
int
-db_read_line(repeat_last)
- const char *repeat_last;
+db_read_line(const char *repeat_last)
{
int i;
@@ -103,8 +102,7 @@ db_save_lex_context(struct db_lex_context *lp)
}
void
-db_restore_lex_context(lp)
- const struct db_lex_context *lp;
+db_restore_lex_context(const struct db_lex_context *lp)
{
db_lp = lp->l_ptr;
db_last_lp = db_lp;