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

version 1.4, 2000/09/23 15:46:58 version 1.5, 2001/01/23 10:05:36
Line 27  include ./prims2x.fs Line 27  include ./prims2x.fs
 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
     ;      ;
   
 : .\   : .\ 

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>