Diff for /gforth/oldlib.fs between versions 1.4 and 1.6

version 1.4, 2005/12/31 15:46:09 version 1.6, 2007/12/31 17:34:58
Line 1 Line 1
 \ lib.fs        shared library support package          11may97py  \ lib.fs        shared library support package          11may97py
   
 \ Copyright (C) 1995,1996,1997,1998,2000,2003,2005 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2007 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 42  Variable legacy  legacy off Line 42  Variable legacy  legacy off
     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

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


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