* ddb/db_command.c (db_fncall): Remove forward declaration. --- ddb/db_command.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/ddb/db_command.c b/ddb/db_command.c index cb3e4d7..0949f8b 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -177,7 +177,6 @@ db_command(last_cmdp, cmd_table) db_unread_token(t); } else if (t == tEXCL) { - void db_fncall(); db_fncall(); return; } -- 1.8.1.4