From 82f1e954590de21f6db9b1b6e3dba78a951bc319 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 9 Jun 2020 10:59:59 +0200 Subject: Added make with multiple jobs and making merge compile --- include/ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ast.h') diff --git a/include/ast.h b/include/ast.h index b725c8b..1dd28a1 100644 --- a/include/ast.h +++ b/include/ast.h @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:05:38 by charles #+# #+# */ -/* Updated: 2020/05/04 11:59:43 by charles ### ########.fr */ +/* Updated: 2020/05/14 23:54:46 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -98,7 +98,7 @@ typedef struct s_ast { t_line line; t_cmd cmd; - } ; + }; } t_ast; t_ast *ast_new(t_ast_tag tag, void *data); -- cgit