Show
Ignore:
Timestamp:
07/05/08 01:59:51 (5 months ago)
Author:
pmoura
Message:

Updated the "k6.config" config file for the K-Prolog 6.0.3 release. Renamed the K-Prolog 5.1.x config file from "k.config" to "k5.config" to avoid being mistaken for the K-Prolog 6.0.x config file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/k6.config

    r4323 r4338  
    44%  Release 2.32.1 
    55% 
    6 %  configuration file for K-Prolog 6.0.1 and later versions 
    7 % 
    8 %  last updated: May 30, 2008 
     6%  configuration file for K-Prolog 6.0.3 and later versions 
     7% 
     8%  last updated: July 5, 2008 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    6464 
    6565 
    66 % retractall(+callable) 
    67  
    68 retractall(Head) :- 
    69     (   retract((Head:-_)), 
    70         fail 
    71     ;   true 
    72     ). 
     66% retractall(+callable) -- built-in 
    7367 
    7468 
     
    496490% '$lgt_logtalk_prolog_encoding'(?atom, ?atom, +stream) 
    497491 
     492'$lgt_logtalk_prolog_encoding'('US-ASCII', ascii, _). 
    498493'$lgt_logtalk_prolog_encoding'('UTF-8', utf8, _). 
    499494'$lgt_logtalk_prolog_encoding'('EUC-JP', eucjp, _).