Changeset 4381

Show
Ignore:
Timestamp:
07/15/08 12:35:30 (6 months ago)
Author:
pmoura
Message:

Corrected a bug in the config files hooks used in handling proprietary Prolog directives for the SWI-Prolog, B-Prolog YAP, SICStus, and XSB Prolog compilers.

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/b.config

    r4380 r4381  
    486486    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    487487'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    488     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     488    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    489489    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    490490 
  • trunk/configs/sicstus3.config

    r4380 r4381  
    492492    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    493493'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    494     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     494    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    495495    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    496496 
  • trunk/configs/sicstus4.config

    r4380 r4381  
    482482    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    483483'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    484     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     484    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    485485    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    486486 
  • trunk/configs/swi.config

    r4380 r4381  
    525525    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    526526'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    527     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     527    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    528528    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    529529 
  • trunk/configs/xsb.config

    r4380 r4381  
    508508    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    509509'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    510     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     510    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    511511    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    512512 
  • trunk/configs/yap.config

    r4380 r4381  
    556556    '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). 
    557557'$lgt_rewrite_and_copy_pl_directive_pis'(Functor/Arity, TFunctor/TArity) :- 
    558     '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _), 
     558    '$lgt_pp_entity'(_, _, Prefix, _, _), 
    559559    '$lgt_construct_predicate_indicator'(Prefix, Functor/Arity, TFunctor/TArity). 
    560560 
  • trunk/RELEASE_NOTES.txt

    r4380 r4381  
    4444    Changed the format of the Logtalk compiler informative messages for  
    4545    better readability. 
     46 
     47    Corrected a bug in the config files hooks used in handling proprietary  
     48    Prolog directives for the SWI-Prolog, B-Prolog YAP, SICStus, and XSB  
     49    Prolog compilers. 
    4650 
    4751    Added a new internal predicate for constructing predicate indicators for