From 5eaffa4453e7258dd79040a10d7d7b7205eaefab Mon Sep 17 00:00:00 2001 From: pfaure Date: Mon, 21 Jun 2021 13:59:10 +0200 Subject: [PATCH] =?UTF-8?q?Version=20fonctionnelle=20processeur=20s=C3=A9c?= =?UTF-8?q?uris=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lex_Yacc/as.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lex_Yacc/as.y b/Lex_Yacc/as.y index 8d7c47b..4522914 100644 --- a/Lex_Yacc/as.y +++ b/Lex_Yacc/as.y @@ -20,7 +20,7 @@ #include #include "../Tables/Instructions/tab_instruc.h" #define TAILLE 1024 -#define SECURISED (0) +#define SECURISED (1) struct type_t type_courant; struct type_t return_type_fonc;