Changeset 3887 for trunk/configs

Show
Ignore:
Timestamp:
10/19/07 16:25:57 (15 months ago)
Author:
pmoura
Message:

Removed definition of predicate call_cleanup/2 from the XSB config file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/xsb.config

    r3874 r3887  
    44%  Release 2.30.6 
    55% 
    6 %  configuration file for XSB 3.1 or later version (single-threaded) 
    7 % 
    8 %  last updated: October 8, 2007 
     6%  configuration file for XSB 3.1 or later version 
     7% 
     8%  last updated: October 20, 2007 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    6363 
    6464 
    65 % call_cleanup(+callable, +callble) 
    66  
    67 call_cleanup(_, _) :- 
    68     throw(not_supported(call_cleanup/2)). 
     65% call_cleanup(+callable, +callble) -- built-in 
    6966 
    7067