diff options
| author | nass1pro <nass1pro@gmail.com> | 2020-06-17 14:51:58 +0200 |
|---|---|---|
| committer | nass1pro <nass1pro@gmail.com> | 2020-06-17 14:51:58 +0200 |
| commit | cae365555cc1ed2b8bd1697bc20c9f72dd6b08a2 (patch) | |
| tree | d84f55048fd29b8d320b9be987d6d914bc4f2bad /src/main.c | |
| parent | d639e2e871769e44ac1519379217fefae21564a2 (diff) | |
| parent | 83c8441919c830c7e683de08330f4edd2fb54d10 (diff) | |
| download | minishell-cae365555cc1ed2b8bd1697bc20c9f72dd6b08a2.tar.gz minishell-cae365555cc1ed2b8bd1697bc20c9f72dd6b08a2.tar.bz2 minishell-cae365555cc1ed2b8bd1697bc20c9f72dd6b08a2.zip | |
Merge branch 'builtin' of https://github.com/HappyTramp/minishell into builtin
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 11:45:44 by cacharle #+# #+# */ -/* Updated: 2020/06/16 14:49:59 by charles ### ########.fr */ +/* Updated: 2020/06/17 12:46:04 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -43,7 +43,7 @@ int main(int argc, char **argv, char **envp) //printf("%s\n", argv[2]); t_ftlst *lex_out = lexer(ft_strdup(argv[2])); - //ft_lstiter(lex_out, token_debug); + /* ft_lstiter(lex_out, token_debug); */ t_ret *parser_out = parse(lex_out); |
