Include files and declaration of em_flag added.
This commit is contained in:
		
							parent
							
								
									d41c902b12
								
							
						
					
					
						commit
						156775643e
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -15,14 +15,20 @@ | ||||||
| #include "../share/get.h" | #include "../share/get.h" | ||||||
| #include "../share/put.h" | #include "../share/put.h" | ||||||
| #include "../../../h/em_mnem.h" | #include "../../../h/em_mnem.h" | ||||||
|  | #include "../../../h/em_pseu.h" | ||||||
|  | #include "../../../h/em_spec.h" | ||||||
|  | #include "../../../h/em_flag.h" | ||||||
|  | #include "../share/def.h" | ||||||
| #include "cf.h" | #include "cf.h" | ||||||
| #include "cf_succ.h" | #include "cf_succ.h" | ||||||
| #include "cf_idom.h" | #include "cf_idom.h" | ||||||
| #include "cf_loop.h" | #include "cf_loop.h" | ||||||
| 
 | 
 | ||||||
| #define nexcfbx()	(bext_p) newstruct(bext_cf) | #define newcfbx()	(bext_p) newstruct(bext_cf) | ||||||
| #define oldcfbx(x)	oldstruct(bext_cf,x) | #define oldcfbx(x)	oldstruct(bext_cf,x) | ||||||
| 
 | 
 | ||||||
|  | extern char em_flag[]; | ||||||
|  | 
 | ||||||
| STATIC cset	lpi_set;	/* set of procedures used in LPI instruction */ | STATIC cset	lpi_set;	/* set of procedures used in LPI instruction */ | ||||||
| STATIC cset	cai_set;	/* set of all procedures doing a CAI */ | STATIC cset	cai_set;	/* set of all procedures doing a CAI */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue