aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast.h')
-rw-r--r--include/ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ast.h b/include/ast.h
index 597c444..a767444 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -6,7 +6,7 @@
/* By: charles <charles@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/01 17:05:38 by charles #+# #+# */
-/* Updated: 2020/06/19 13:29:27 by charles ### ########.fr */
+/* Updated: 2020/07/14 09:57:43 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -77,7 +77,7 @@ typedef struct s_ast
typedef struct s_ret
{
- t_token *unexpected;
+ bool syntax_error;
t_ast *ast;
t_ftlst *rest;
} t_ret;