From ed73bf393e784ba0b39c3f4184dcce65a3d6b845 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 20 Dec 2014 19:02:56 +0100 Subject: [PATCH] inpcom.c, `inp_quote_params()', fixme, express doubts --- src/frontend/inpcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index bad4c6e44..c73b02e29 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -6076,6 +6076,7 @@ inp_rem_func(struct func_temper **beg_func) /* look for unquoted parameters and quote them */ +/* FIXME, this function seems to be useless and/or buggy and/or naive */ static void inp_quote_params(struct line *c, struct line *end_c, struct dependency *deps, int num_params) {