lib(eclipse_6)


    This library is meant to help with problems that might occur when
    migrating an application from ECLiPSe 6.x to 7.x by reverting some
    changes that were introduced.  It provides:

    a version of term_variables/2 with the old behaviour
    select/3 as an alias for stream_select/3
    the old parser behaviour for bignums in radix notation
    the right quote character as a symbol rather than a quote

    The library can be loaded at the beginning of a source module using
    
    :- lib(eclipse_6).
    
    It should only be used as a temporary solution, please update your
    application code, or copy the specific workaround from the source
    of this library.


