[gforth] / gforth / prims2x.fs  

gforth: gforth/prims2x.fs

Diff for /gforth/prims2x.fs between version 1.69 and 1.70

version 1.69, Fri Jan 19 21:07:05 2001 UTC version 1.70, Sat Jan 20 20:17:39 2001 UTC
Line 164 
Line 164 
     cell%    field prim-effect-out-end      cell%    field prim-effect-out-end
 end-struct prim%  end-struct prim%
   
 create prim prim% %allot  : make-prim ( -- prim )
       prim% %alloc { p }
       s" " p prim-doc 2! s" " p prim-forth-code 2! s" " p prim-wordset 2!
       p ;
   
   0 value prim
   
 \ global vars  \ global vars
 variable c-line  variable c-line
Line 870 
Line 875 
 (( ` = (( white ++ forth-ident )) ++ (( nl || eof ))  (( ` = (( white ++ forth-ident )) ++ (( nl || eof ))
 )) <- combined-primitive  )) <- combined-primitive
   
 (( {{ s" " prim prim-doc 2! s" " prim prim-forth-code 2! s" " prim prim-wordset 2!  (( {{ make-prim to prim
       line @ name-line ! filename 2@ name-filename 2!        line @ name-line ! filename 2@ name-filename 2!
       start }} forth-ident {{ end 2dup prim prim-name 2! prim prim-c-name 2! }}  white ++        start }} forth-ident {{ end 2dup prim prim-name 2! prim prim-c-name 2! }}  white ++
    (( simple-primitive || combined-primitive ))     (( simple-primitive || combined-primitive ))


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help