aboutsummaryrefslogtreecommitdiff
path: root/src/parse/parse_error.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-27 18:47:16 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-27 18:47:16 +0200
commita680cf09a3fa4b7c6adc38e4297ee5535172826b (patch)
tree461c9110aadbc98ea2e8751ddb51c48d5c508304 /src/parse/parse_error.c
parentb4002940ce1c1c4648b24f6bf942fc4e4ebab098 (diff)
downloadminishell-a680cf09a3fa4b7c6adc38e4297ee5535172826b.tar.gz
minishell-a680cf09a3fa4b7c6adc38e4297ee5535172826b.tar.bz2
minishell-a680cf09a3fa4b7c6adc38e4297ee5535172826b.zip
Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst
Diffstat (limited to 'src/parse/parse_error.c')
-rw-r--r--src/parse/parse_error.c13
1 files changed, 0 insertions, 13 deletions
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 <nahaddac@student.42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/06/18 15:09:48 by nahaddac #+# #+# */
-/* Updated: 2020/07/20 10:46:26 by nahaddac ### ########.fr */
-/* */
-/* ************************************************************************** */
-
-#include "parser.h"