Corrected the norm on operator (exec/run_arith)

This commit is contained in:
Raphaël 2024-09-02 19:28:06 +02:00
parent 1a40f20f0d
commit 2247d3662e

View file

@ -6,14 +6,13 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */ /* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/02 13:45:46 by maiboyer #+# #+# */ /* Created: 2024/09/02 13:45:46 by maiboyer #+# #+# */
/* Updated: 2024/09/02 13:50:59 by maiboyer ### ########.fr */ /* Updated: 2024/09/02 19:27:31 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "exec/_run_arith.h" #include "exec/_run_arith.h"
#include "me/types.h" #include "me/types.h"
t_error _postfix_op_dec(t_ast_node self, t_state *state, t_i64 *out) t_error _postfix_op_dec(t_ast_node self, t_state *state, t_i64 *out)
{ {
(void)(self); (void)(self);