/[ascend]/trunk/base/generic/compiler/ascCompiler.c
ViewVC logotype

Diff of /trunk/base/generic/compiler/ascCompiler.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 927 by johnpye, Thu Oct 26 10:18:53 2006 UTC revision 928 by johnpye, Wed Nov 22 10:32:18 2006 UTC
# Line 85  Line 85 
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
# Line 160  int Asc_CompilerInit(int simp) Line 160  int Asc_CompilerInit(int simp)
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.

Legend:
Removed from v.927  
changed lines
  Added in v.928

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22