[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.80 and 1.81

version 1.80, Thu Dec 19 23:22:19 2002 UTC version 1.81, Tue Dec 24 14:47:24 2002 UTC
Line 128 
Line 128 
                      is it's number, otherwise this contains 0 */                       is it's number, otherwise this contains 0 */
   
 static int no_super=0;   /* true if compile_prim should not fuse prims */  static int no_super=0;   /* true if compile_prim should not fuse prims */
 /* --no-dynamic by default on gcc versions >=3.1 (it works with 3.0.4,  static int no_dynamic=NO_DYNAMIC_DEFAULT; /* if true, no code is generated
    but not with 3.2) */                                               dynamically */
 #if (__GNUC__>2 && __GNUC_MINOR__>=1)  
 static int no_dynamic=1; /* true if compile_prim should not generate code */  
 #else  
 static int no_dynamic=0; /* true if compile_prim should not generate code */  
 #endif  
   
 #ifdef HAS_DEBUG  #ifdef HAS_DEBUG
 int debug=0;  int debug=0;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help