Changeset 4517 for trunk/scripts

Show
Ignore:
Timestamp:
10/18/08 17:56:42 (3 months ago)
Author:
pmoura
Message:

Improved reporting of line numbers for syntax errors when using YAP or SWI-Prolog as the back-end compilers.

Added entity property lines(Start, End) for entities compiled and loaded from source files. This property is only available when using SWI-Prolog or YAP as the back-end compilers.

Added a customized version of the read_term/2 predicate to all config files that returns the line where a term starts for back-end Prolog compilers whose implementation of the read_term/2 predicate supports this information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/windows/logtalk.iss

    r4507 r4517  
    199199  else 
    200200    InstalledVersion := -1; 
    201   if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2330) then 
     201  if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2332) then 
    202202  begin 
    203203    Warning := 'You have an older version of Logtalk installed whose configuration files are incompatible with this new version (configuration files are stored in your Logtalk user data folder).'