85 |
#include "numlist.h" |
#include "numlist.h" |
86 |
#include "bintoken.h" |
#include "bintoken.h" |
87 |
#include "childio.h" |
#include "childio.h" |
88 |
#include "redirectFile.h" |
/* #include "redirectFile.h" */ |
89 |
#include "ascCompiler.h" |
#include "ascCompiler.h" |
90 |
|
|
91 |
#ifndef lint |
#ifndef lint |
160 |
if (simp !=0){ |
if (simp !=0){ |
161 |
g_simplify_relations = 1; |
g_simplify_relations = 1; |
162 |
} |
} |
163 |
|
|
164 |
|
#ifdef REIMPLEMENT_STREAMS |
165 |
Asc_RedirectCompilerDefault(); |
Asc_RedirectCompilerDefault(); |
166 |
|
#endif /* REIMPLEMENT_STREAMS */ |
167 |
|
|
168 |
/* Commenting out the call to gl_init will make the system slower but |
/* Commenting out the call to gl_init will make the system slower but |
169 |
* easier to debug for leaks. |
* easier to debug for leaks. |
170 |
* Move the close-comment to after gl_init if debugging. |
* Move the close-comment to after gl_init if debugging. |