From 92d53ccfbb7520a51b4bf032e2f97dc96620a7b5 Mon Sep 17 00:00:00 2001 From: yosyo Date: Mon, 15 Jul 2024 13:34:31 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(builtins/f?= =?UTF-8?q?t=5Fexport):=20bad=20identifier=20checking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/builtins.h | 3 ++- src/builtins/ft_export.c | 11 +++++++---- src/builtins/ft_export_utils.c | 25 ++++++++++++++++++++++++- src/main.c | 4 ++-- 4 files changed, 35 insertions(+), 8 deletions(-) diff --git a/include/builtins.h b/include/builtins.h index e0c92dc..7ec0481 100644 --- a/include/builtins.h +++ b/include/builtins.h @@ -6,7 +6,7 @@ /* By: mmoussou