From 4fa8fee3012a7ecda4d7e45de62e1f3cba5ea38f Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Sun, 1 Jan 2023 14:49:07 +0200 Subject: convert K&R into ansi Message-Id: --- ddb/db_lex.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ddb/db_lex.c') 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; -- cgit v1.2.3