From 1978e75c13427cf1bd552ca2dcd2819dc9627f71 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Thu, 5 Sep 2013 14:57:15 +0200 Subject: [PATCH] inpcom.c: comment added --- src/frontend/inpcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 70bb0c92e..4310d01af 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -708,6 +708,7 @@ inp_readall(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile buffer = new_buffer; } + /* If \\ at end of line is found, next line in loop will get + (see code above) */ shell_eol_continuation = chk_for_line_continuation(buffer); {