Changeset 4536 for trunk/integration

Show
Ignore:
Timestamp:
10/24/08 07:49:15 (3 months ago)
Author:
pmoura
Message:

Updated XSB-MT integration files to comply with the latest changes to the Logtalk internal runtime tables.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/logtalk_comp_xsbmt.pl

    r4507 r4536  
    2424:- thread_shared('$lgt_after_'(_, _, _, _, _)). 
    2525 
    26 % tables of loaded entities and respective relationships 
     26% tables of loaded entities, entity properties, and entity relations 
    2727:- thread_shared('$lgt_current_protocol_'(_, _, _, _, _)). 
    28 :- thread_shared('$lgt_current_category_'(_, _, _, _, _, _, _)). 
    29 :- thread_shared('$lgt_current_object_'(_, _, _, _, _, _, _, _, _, _, _, _, _)). 
     28:- thread_shared('$lgt_current_category_'(_, _, _, _, _, _)). 
     29:- thread_shared('$lgt_current_object_'(_, _, _, _, _, _, _, _, _, _, _)). 
     30 
     31:- thread_shared('$lgt_entity_property_'(_, _)). 
    3032 
    3133:- thread_shared('$lgt_implements_protocol_'(_, _, _)). 
     
    3537:- thread_shared('$lgt_extends_protocol_'(_, _, _)). 
    3638:- thread_shared('$lgt_extends_object_'(_, _, _)). 
    37 :- thread_shared('$lgt_complemented_object_'(_, _, _, _)). 
     39:- thread_shared('$lgt_complemented_object_'(_, _, _, _, _)). 
    3840 
    3941% table of loaded files