Annotation of gforth/fsl-util.4th, revision 1.3

1.3     ! dvdkhlng    1: \ -*-forth-*-
1.1       anton       2: 
1.3     ! dvdkhlng    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>