Changeset 3831 for trunk/configs

Show
Ignore:
Timestamp:
09/07/07 02:21:58 (16 months ago)
Author:
pmoura
Message:

Removed debugging message from the config files of B-Prolog, XSB, and YAP when processing table/1 directives.

Location:
trunk/configs
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/b.config

    r3824 r3831  
    66%  configuration file for B-Prolog 7.0 
    77% 
    8 %  last updated: May 17, 2007 
     8%  last updated: September 7, 2007 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    452452 
    453453'$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 
    454     writeq(table(PIs)), nl, 
    455454    '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 
    456455 
  • trunk/configs/xsb.config

    r3824 r3831  
    66%  configuration file for XSB 3.1 or later version 
    77% 
    8 %  last updated: August 14, 2007 
     8%  last updated: September 7, 2007 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    483483 
    484484'$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 
    485     writeq(table(PIs)), nl, 
    486485    '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 
    487486 
  • trunk/configs/yap.config

    r3824 r3831  
    66%  configuration file for YAP Prolog 4.3.23 and later versions 
    77% 
    8 %  last updated: May 22, 2007 
     8%  last updated: September 7, 2007 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    514514 
    515515'$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 
    516     writeq(table(PIs)), nl, 
    517516    '$lgt_rewrite_and_copy_pl_table_directive'(PIs, CPIs). 
    518517