update: fix word

This commit is contained in:
maix0 2024-10-06 15:30:55 +02:00
parent 0df91727b0
commit 9c2c977545
4 changed files with 13 additions and 11 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/02 18:43:41 by maiboyer #+# #+# */
/* Updated: 2024/10/06 13:12:04 by maiboyer ### ########.fr */
/* Updated: 2024/10/06 15:27:24 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -49,6 +49,6 @@ t_error ts_fold_expension(t_vec_token input, t_vec_token *output);
t_error ts_fold_redir(t_vec_token input, t_vec_token *output);
t_error ts_split_paren(t_vec_token input, t_vec_token *output);
t_error ts_paren_to_noquote(t_vec_token input, t_vec_token *output);
t_error ts_fold_into_word(t_vec_token input, t_vec_token *output);
#endif /* PASSES_H */