[gforth] / gforth / prims2x.fs  

gforth: gforth/prims2x.fs

Diff for /gforth/prims2x.fs between version 1.98 and 1.99

version 1.98, Sat Jun 16 22:53:36 2001 UTC version 1.99, Fri Oct 26 12:00:15 2001 UTC
Line 647 
Line 647 
     2drop type ;      2drop type ;
   
 : print-entry ( -- )  : print-entry ( -- )
     ." I_" prim prim-c-name 2@ type ." :" ;      ." CASE I_" prim prim-c-name 2@ type ." :" ;
   
 : output-c ( -- )  : output-c ( -- )
  print-entry ."  /* " prim prim-name 2@ type ."  ( " prim prim-stack-string 2@ type ." ) */" cr   print-entry ."  /* " prim prim-name 2@ type ."  ( " prim prim-stack-string 2@ type ." ) */" cr


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help