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, 4 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 .

    1: \ -*-forth-*-
    2: 
    3: \ Gforth used to ship two copies of slightly different versions of fsl-util,
    4: \ under the names fsl-util.4th and fsl-util.fs.  We Keep backwards
    5: \ compatability but remove code duplication by just making this file include
    6: \ the (newer) fsl-util.fs
    7: 
    8: \ we don't use REQUIRE so that semantics of 'include fsl-util.4th' don't
    9: \ change (maybe some bloated piece of Forth software has multiple copies of
   10: \ fsl-util loaded into distinct vocabularies)
   11: include fsl-util.fs

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