File:  [gforth] / gforth / fsl-util.4th
Revision 1.3: download - view: text, annotated - select for diffs
Wed Nov 28 03:31:22 2012 UTC (11 years, 3 months ago) by dvdkhlng
Branches: MAIN
CVS tags: HEAD
Remove code-duplication in fsl-util.4th vs. fsl-util.fs.  Also install fsl-util.fs .

\ -*-forth-*-

\ Gforth used to ship two copies of slightly different versions of fsl-util,
\ under the names fsl-util.4th and fsl-util.fs.  We Keep backwards
\ compatability but remove code duplication by just making this file include
\ the (newer) fsl-util.fs

\ we don't use REQUIRE so that semantics of 'include fsl-util.4th' don't
\ change (maybe some bloated piece of Forth software has multiple copies of
\ fsl-util loaded into distinct vocabularies)
include fsl-util.fs

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