fix des problemes de compilations post-merge
This commit is contained in:
parent
593258dff2
commit
12d069d26b
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
|
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */
|
/* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */
|
||||||
/* Updated: 2017/02/03 15:13:01 by alao ### ########.fr */
|
/* Updated: 2017/02/03 16:27:48 by jhalford ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -172,4 +172,6 @@ int ft_completion(int ret);
|
||||||
|
|
||||||
void ft_check_heredoc(char **str);
|
void ft_check_heredoc(char **str);
|
||||||
|
|
||||||
|
char *ft_strdupi_w(char const *s);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit fa4a21e3d0d0545831d661df1863a399e9154218
|
Subproject commit 92902c1c6539152d9daadaf2a018b2d344f1224e
|
||||||
Loading…
Reference in a new issue