[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.214 and 1.215

version 1.214, Tue Aug 19 18:57:19 2008 UTC version 1.215, Tue Aug 19 19:36:52 2008 UTC
Line 2265 
Line 2265 
   
   code_here = ((void *)0)+CODE_BLOCK_SIZE; /* llvm-gcc does not like this as    code_here = ((void *)0)+CODE_BLOCK_SIZE; /* llvm-gcc does not like this as
                                               initializer, so we do it here */                                                initializer, so we do it here */
   #ifdef MACOSX_DEPLOYMENT_TARGET
     setenv("MACOSX_DEPLOYMENT_TARGET", MACOSX_DEPLOYMENT_TARGET, 0);
   #endif
   #ifdef LTDL_LIBRARY_PATH
     setenv("LTDL_LIBRARY_PATH", LTDL_LIBRARY_PATH, 0);
   #endif
 #ifndef STANDALONE  #ifndef STANDALONE
   /* buffering of the user output device */    /* buffering of the user output device */
 #ifdef _IONBF  #ifdef _IONBF


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help