[gforth] / gforth / prims2cl.fs  

gforth: gforth/prims2cl.fs

Diff for /gforth/prims2cl.fs between version 1.4 and 1.5

version 1.4, Sat Sep 23 15:46:58 2000 UTC version 1.5, Tue Jan 23 10:05:36 2001 UTC
Line 27 
Line 27 
 Create  InputFile 130 chars allot  Create  InputFile 130 chars allot
   
 : c-code  : c-code
     InputFile count ['] output-c-func process-file      InputFile count ['] output-c-func ['] abort process-file
     ;      ;
   
 : c-names  : c-names
     InputFile count ['] output-funclabel process-file      InputFile count ['] output-funclabel ['] abort process-file
     ;      ;
   
 : forth-names  : forth-names
     InputFile count ['] output-forthname process-file      InputFile count ['] output-forthname dup process-file
     ;      ;
   
 : .\  : .\


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help