[gforth] / gforth / oldlib.fs  

gforth: gforth/oldlib.fs

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

version 1.4, Sat Dec 31 15:46:09 2005 UTC version 1.5, Wed Oct 3 17:03:10 2007 UTC
Line 42 
Line 42 
     cell+ tuck 2 cells + count rot cell+ @      cell+ tuck 2 cells + count rot cell+ @
     lib-sym  dup 0= abort" Proc not found!" swap cell+ ! ;      lib-sym  dup 0= abort" Proc not found!" swap cell+ ! ;
   
 -1 Constant (addr)  -1 Constant <addr>
  0 Constant (int)   0 Constant <int>
  1 Constant (float)   1 Constant <float>
  2 Constant (void)   2 Constant <void>
  4 Constant (int...)   4 Constant <int...>
  5 Constant (float...)   5 Constant <float...>
  6 Constant (void...)   6 Constant <void...>
   
 : proc, ( pars type lib addr -- )  : proc, ( pars type lib addr -- )
     \G allocates and initializes proc stub      \G allocates and initializes proc stub


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