Browse Source

Version fonctionnelle processeur sécurisé

Paul Faure 2 years ago
parent
commit
5eaffa4453
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Lex_Yacc/as.y

+ 1
- 1
Lex_Yacc/as.y View File

@@ -20,7 +20,7 @@
20 20
 #include <stdlib.h>
21 21
 #include "../Tables/Instructions/tab_instruc.h"
22 22
 #define TAILLE 1024
23
-#define SECURISED (0)
23
+#define SECURISED (1)
24 24
 
25 25
 struct type_t type_courant;
26 26
 struct type_t return_type_fonc;

Loading…
Cancel
Save