Changeset 3831 for trunk/configs
- Timestamp:
- 09/07/07 02:21:58 (16 months ago)
- Location:
- trunk/configs
- Files:
-
- 3 modified
-
b.config (modified) (2 diffs)
-
xsb.config (modified) (2 diffs)
-
yap.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/b.config
r3824 r3831 6 6 % configuration file for B-Prolog 7.0 7 7 % 8 % last updated: May 17, 20078 % last updated: September 7, 2007 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 452 452 453 453 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 454 writeq(table(PIs)), nl,455 454 '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 456 455 -
trunk/configs/xsb.config
r3824 r3831 6 6 % configuration file for XSB 3.1 or later version 7 7 % 8 % last updated: August 14, 20078 % last updated: September 7, 2007 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 483 483 484 484 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 485 writeq(table(PIs)), nl,486 485 '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 487 486 -
trunk/configs/yap.config
r3824 r3831 6 6 % configuration file for YAP Prolog 4.3.23 and later versions 7 7 % 8 % last updated: May 22, 20078 % last updated: September 7, 2007 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 514 514 515 515 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 516 writeq(table(PIs)), nl,517 516 '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 518 517
