[gforth] / gforth / gray.fs  

gforth: gforth/gray.fs

Diff for /gforth/gray.fs between version 1.11 and 1.12

version 1.11, Mon Dec 31 19:02:24 2007 UTC version 1.12, Sat Jun 14 20:56:10 2008 UTC
Line 746 
Line 746 
 : generate-nt \ -- )  : generate-nt \ -- )
 \ generates a call to the code for the rule )  \ generates a call to the code for the rule )
 \ since the code needs not be generated yet, an indirect call is used )  \ since the code needs not be generated yet, an indirect call is used )
  exec postpone literal   exec dup @ if
     @ compile,
    else
     postpone literal
  postpone @   postpone @
  postpone execute ;    postpone execute
    endif ;
   
 : pass2-nt \ -- )  : pass2-nt \ -- )
 \ apart from the usual duties, this pass2 also has to code-nt )  \ apart from the usual duties, this pass2 also has to code-nt )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help