Changeset 4291

Show
Ignore:
Timestamp:
05/30/08 13:17:15 (4 months ago)
Author:
pmoura
Message:

CxProlog? and XSB also support the multifile /1 predicate directive.

Location:
trunk/configs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/cx.config

    r4289 r4291  
    219219 
    220220'$lgt_default_flag'(encoding_directive, source). 
     221'$lgt_default_flag'(multifile_directive, supported). 
    221222'$lgt_default_flag'(threads, unsupported). 
    222223 
  • trunk/configs/xsb.config

    r4289 r4291  
    195195 
    196196'$lgt_default_flag'(encoding_directive, unsupported). 
    197 '$lgt_default_flag'(multifile_directive, unsupported). 
     197'$lgt_default_flag'(multifile_directive, supported). 
    198198'$lgt_default_flag'(threads, Threads) :- 
    199199    (   xsb_configuration(engine_mode, 'multi-threading') ->