Diff for /gforth/environ.fs between versions 1.34 and 1.35

version 1.34, 2012/09/17 20:10:23 version 1.35, 2012/10/08 01:10:30
Line 17 Line 17
 \ You should have received a copy of the GNU General Public License  \ You should have received a copy of the GNU General Public License
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
   [IFUNDEF] cell/ : cell/ 1 cells / ; [THEN]
   [IFUNDEF] float/ : float/ 1 floats / ; [THEN]
   
 \ wordlist constant environment-wordlist  \ wordlist constant environment-wordlist
   
 vocabulary environment ( -- ) \ gforth  vocabulary environment ( -- ) \ gforth

Removed from v.1.34  
changed lines
  Added in v.1.35


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