Norminetting the redirect / scripting

This commit is contained in:
Raphaël 2024-08-09 14:35:27 +02:00
parent 84b7e3e1e9
commit dae891f20f
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/06 18:45:21 by rparodi #+# #+# */
/* Updated: 2024/08/06 18:59:40 by rparodi ### ########.fr */
/* Updated: 2024/08/09 14:35:02 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -59,5 +59,3 @@ t_error build_sym_redirected_statement(\
return ((void)((ret != ret_tmp) \
&& (ast_free(ret_tmp), true)), *out = ret, NO_ERROR);
}

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/06 18:34:12 by rparodi #+# #+# */
/* Updated: 2024/08/06 18:35:57 by rparodi ### ########.fr */
/* Updated: 2024/08/09 14:34:51 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -164,4 +164,3 @@ t_error build_sym_case_item(\
}
return (*out = ret, NO_ERROR);
}