comparison L1/cfile/l1_ctl.c @ 9:b80f0c5016ee

L1/cfile: new code compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 06:28:19 +0000
parents b36540edb046
children
comparison
equal deleted inserted replaced
8:b36540edb046 9:b80f0c5016ee
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #define L1_CTL_C 10 #define L1_CTL_C
11 11
12 #include "config.h"
13 #include "l1_confg.h"
12 #include "l1_macro.h" 14 #include "l1_macro.h"
13 #include "l1_confg.h"
14 15
15 #if (CODE_VERSION == SIMULATION) 16 #if (CODE_VERSION == SIMULATION)
16 #include <string.h> 17 #include <string.h>
17 #include "l1_types.h" 18 #include "l1_types.h"
18 #include "sys_types.h" 19 #include "sys_types.h"
101 //ADDED FOR AAC 102 //ADDED FOR AAC
102 #if (L1_AAC == 1) 103 #if (L1_AAC == 1)
103 #include "l1aac_defty.h" 104 #include "l1aac_defty.h"
104 #endif 105 #endif
105 #include "l1_defty.h" 106 #include "l1_defty.h"
106 #include "cust_os.h" 107 #include "../../gpf/inc/cust_os.h"
107 #include "l1_msgty.h" 108 #include "l1_msgty.h"
108 #include "l1_varex.h" 109 #include "l1_varex.h"
109 #include "l1_proto.h" 110 #include "l1_proto.h"
110 #include "l1_tabs.h" 111 #include "l1_tabs.h"
111 #include "l1_ctl.h" 112 #include "l1_ctl.h"