[gforth] / gforth / kernel / int.fs  

gforth: gforth/kernel/int.fs

Diff for /gforth/kernel/int.fs between version 1.135 and 1.136

version 1.135, Sat Feb 18 22:58:05 2006 UTC version 1.136, Sun Feb 19 17:27:13 2006 UTC
Line 996 
Line 996 
   
 ' (bootmessage) IS bootmessage  ' (bootmessage) IS bootmessage
   
   has? ec 0= [IF]
 Defer 'cold ( -- ) \ gforth  tick-cold  Defer 'cold ( -- ) \ gforth  tick-cold
 \ hook (deferred word) for things to do right before interpreting the  \ hook (deferred word) for things to do right before interpreting the
 \ command-line arguments  \ command-line arguments
 ' noop IS 'cold  ' noop IS 'cold
   [THEN]
   
 AVariable init8 NIL init8 !  AVariable init8 NIL init8 !
   
Line 1013 
Line 1014 
 [ [THEN] ]  [ [THEN] ]
 [ has? ec 0= [IF] ]  [ has? ec 0= [IF] ]
     set-encoding-fixed-width      set-encoding-fixed-width
 [ [THEN] ]  
     'cold      'cold
   [ [THEN] ]
     init8 chainperform      init8 chainperform
 [ has? file [IF] ]  [ has? file [IF] ]
     process-args      process-args


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help