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;