Changeset 5049

Show
Ignore:
Timestamp:
06/27/09 09:33:25 (14 months ago)
Author:
pmoura
Message:

Updated the ECLiPSe config files in order to make available the predicate numbervars/3.

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/eclipse5.pl

    r5046 r5049  
    1212%  configuration file for ECLiPSe 5.10#26 or later 5.10 versions 
    1313% 
    14 %  last updated: June 26, 2009 
     14%  last updated: June 27, 2009 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    1919:- pragma(system). 
    2020:- pragma(nodebug). 
     21 
     22:- use_module(library(numbervars)). 
    2123 
    2224 
  • trunk/configs/eclipse5iso.pl

    r5046 r5049  
    1212%  configuration file for ECLiPSe 5.10#26 or later 5.10 versions 
    1313% 
    14 %  last updated: June 26, 2009 
     14%  last updated: June 27, 2009 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    1919:- pragma(system). 
    2020:- pragma(nodebug). 
     21 
     22:- use_module(library(numbervars)). 
    2123 
    2224 
  • trunk/configs/eclipse6.pl

    r5020 r5049  
    1212%  configuration file for ECLiPSe 6.0#77 and later versions 
    1313% 
    14 %  last updated: June 7, 2009 
     14%  last updated: June 27, 2009 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    2020:- pragma(nodebug). 
    2121 
     22:- use_module(library(numbervars)). 
    2223:- use_module(library(multifile)). 
    2324 
  • trunk/configs/eclipse6iso.pl

    r5020 r5049  
    1212%  configuration file for ECLiPSe 6.0#77 and later versions 
    1313% 
    14 %  last updated: June 7, 2009 
     14%  last updated: June 27, 2009 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    2020:- pragma(nodebug). 
    2121 
     22:- use_module(library(numbervars)). 
    2223:- use_module(library(multifile)). 
    2324 
  • trunk/RELEASE_NOTES.txt

    r5048 r5049  
    7171    module directive. 
    7272 
    73     Updated the ECLiPSe config files in order to support parsing of comment/2, 
    74     import/2, inline/2, and set_flag/3 proprietary directives. 
     73    Updated the ECLiPSe config files in order to make available the predicate 
     74    numbervars/3 and to support parsing of comment/2, import/2, inline/2, and 
     75    set_flag/3 proprietary directives. 
    7576 
    7677    Updated the SICStus Prolog config files in order to support parsing of the