Show
Ignore:
Timestamp:
05/30/08 06:47:50 (6 months ago)
Author:
pmoura
Message:

Added a new default compiler option, multifile_directive, to all config files. Possible values are "supported" and "unsupported".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/swi.config

    r4283 r4289  
    66%  configuration file for SWI Prolog 5.6.43 and later versions 
    77% 
    8 %  last updated: May 15, 2008 
     8%  last updated: May 30, 2008 
    99%  
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    210210 
    211211'$lgt_default_flag'(encoding_directive, full). 
     212'$lgt_default_flag'(multifile_directive, supported). 
    212213'$lgt_default_flag'(threads, Threads) :- 
    213214    (   current_prolog_flag(threads, true) ->