| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | #ifndef __FACTOR_MASTER_H__
 | 
					
						
							|  |  |  | #define __FACTOR_MASTER_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef WINCE
 | 
					
						
							|  |  |  | 	#include <errno.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <fcntl.h>
 | 
					
						
							|  |  |  | #include <limits.h>
 | 
					
						
							|  |  |  | #include <math.h>
 | 
					
						
							|  |  |  | #include <stdbool.h>
 | 
					
						
							|  |  |  | #include <setjmp.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <stdio.h>
 | 
					
						
							|  |  |  | #include <stdlib.h>
 | 
					
						
							|  |  |  | #include <string.h>
 | 
					
						
							|  |  |  | #include <time.h>
 | 
					
						
							|  |  |  | #include <sys/param.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "layouts.h"
 | 
					
						
							|  |  |  | #include "platform.h"
 | 
					
						
							|  |  |  | #include "primitives.h"
 | 
					
						
							|  |  |  | #include "debug.h"
 | 
					
						
							|  |  |  | #include "run.h"
 | 
					
						
							| 
									
										
										
										
											2007-10-28 04:33:36 -04:00
										 |  |  | #include "profiler.h"
 | 
					
						
							| 
									
										
										
										
											2007-10-02 17:53:05 -04:00
										 |  |  | #include "errors.h"
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | #include "bignumint.h"
 | 
					
						
							|  |  |  | #include "bignum.h"
 | 
					
						
							|  |  |  | #include "data_gc.h"
 | 
					
						
							|  |  |  | #include "types.h"
 | 
					
						
							|  |  |  | #include "math.h"
 | 
					
						
							|  |  |  | #include "float_bits.h"
 | 
					
						
							|  |  |  | #include "io.h"
 | 
					
						
							|  |  |  | #include "code_gc.h"
 | 
					
						
							| 
									
										
										
										
											2007-10-02 17:53:05 -04:00
										 |  |  | #include "code_heap.h"
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | #include "image.h"
 | 
					
						
							| 
									
										
										
										
											2007-10-02 17:53:05 -04:00
										 |  |  | #include "callstack.h"
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | #include "alien.h"
 | 
					
						
							| 
									
										
										
										
											2007-10-02 17:53:05 -04:00
										 |  |  | #include "quotations.h"
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | #include "factor.h"
 | 
					
						
							|  |  |  | #include "utilities.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* __FACTOR_MASTER_H__ */
 |