Changeset 4574 for trunk/configs
- Timestamp:
- 11/06/08 20:16:44 (2 months ago)
- Location:
- trunk/configs
- Files:
-
- 2 modified
-
swi.config (modified) (2 diffs)
-
yap.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/swi.config
r4572 r4574 12 12 % configuration file for SWI Prolog 5.6.44 and later versions 13 13 % 14 % last updated: October 20, 200814 % last updated: November 7, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 513 513 514 514 % '$lgt_rewrite_and_copy_pl_directive'(@callable, -callable) 515 516 '$lgt_rewrite_and_copy_pl_directive'(if(Goal), if(Goal)).517 '$lgt_rewrite_and_copy_pl_directive'(elif(Goal), elif(Goal)).518 '$lgt_rewrite_and_copy_pl_directive'(else, else).519 '$lgt_rewrite_and_copy_pl_directive'(endif, endif).520 515 521 516 '$lgt_rewrite_and_copy_pl_directive'(license(License), license(License)). -
trunk/configs/yap.config
r4572 r4574 12 12 % configuration file for YAP Prolog 5.1.3 and later versions 13 13 % 14 % last updated: October 28, 200814 % last updated: November 7, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 552 552 % '$lgt_rewrite_and_copy_pl_directive'(@callable, -callable) 553 553 554 '$lgt_rewrite_and_copy_pl_directive'(if(Goal), if(Goal)).555 '$lgt_rewrite_and_copy_pl_directive'(elif(Goal), elif(Goal)).556 '$lgt_rewrite_and_copy_pl_directive'(else, else).557 '$lgt_rewrite_and_copy_pl_directive'(endif, endif).558 559 554 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 560 555 '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs).
