diff --git a/srcs/parsing/redirections/here_doc.c b/srcs/parsing/redirections/here_doc.c index 22e6931..a8daf1d 100644 --- a/srcs/parsing/redirections/here_doc.c +++ b/srcs/parsing/redirections/here_doc.c @@ -6,7 +6,7 @@ /* By: lperrey +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2021/11/11 18:46:43 by lperrey #+# #+# */ -/* Updated: 2021/12/05 14:15:09 by hulamy ### ########.fr */ +/* Updated: 2021/12/05 17:42:35 by hulamy ### ########.fr */ /* */ /* ************************************************************************** */ @@ -85,7 +85,6 @@ static int here_doc_write(char *delimiter, int doc_fd) sigaction(SIGINT, &signal_action, NULL); g_switch_heredoc_sigint = 0; rl_event_hook = void_func_return_readline; - //rl_signal_event_hook = void_func_return_readline; line_count = 0; while (1) {