Corrected the norm on operator (exec/run_arith)
This commit is contained in:
parent
1a40f20f0d
commit
2247d3662e
1 changed files with 6 additions and 7 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue