[gforth] / gforth / prims2x.fs  

gforth: gforth/prims2x.fs

Diff for /gforth/prims2x.fs between version 1.32 and 1.33

version 1.32, Sat Aug 29 20:46:13 1998 UTC version 1.33, Sun Oct 25 23:15:46 1998 UTC
Line 466 
Line 466 
 s" SFloat *"    single-type starts-with sf_  s" SFloat *"    single-type starts-with sf_
 s" Xt"          single-type starts-with xt  s" Xt"          single-type starts-with xt
 s" WID"         single-type starts-with wid  s" WID"         single-type starts-with wid
 s" F83Name *"   single-type starts-with f83name  s" struct F83Name *"    single-type starts-with f83name
   
 set-current  set-current
   
Line 645 
Line 645 
     cr ;      cr ;
   
 : output-label ( -- )  : output-label ( -- )
     ." &&I_" c-name 2@ type ." ," cr ;      ." (Label)&&I_" c-name 2@ type ." ," cr ;
   
 : output-alias ( -- )  flush-comment on  : output-alias ( -- )  flush-comment on
  ?flush-comment   ?flush-comment


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help