From a680cf09a3fa4b7c6adc38e4297ee5535172826b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 27 Aug 2020 18:47:16 +0200 Subject: Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst --- src/parse/parse_error.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/parse/parse_error.c (limited to 'src/parse/parse_error.c') diff --git a/src/parse/parse_error.c b/src/parse/parse_error.c deleted file mode 100644 index 84b06b2..0000000 --- a/src/parse/parse_error.c +++ /dev/null @@ -1,13 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* parse_error.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: nahaddac +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/06/18 15:09:48 by nahaddac #+# #+# */ -/* Updated: 2020/07/20 10:46:26 by nahaddac ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#include "parser.h" -- cgit