Changeset 4511 for trunk/configs

Show
Ignore:
Timestamp:
10/17/08 08:30:34 (3 months ago)
Author:
pmoura
Message:

Implemented a more flexible internal representation of entity properties. Added entity property file/1 for entities compiled and loaded from source files (for back-end Prolog compilers where the stream_property/2 built-in predicate supports the file_name/1 property).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/yap.config

    r4507 r4511  
    1212%  configuration file for YAP Prolog 5.1.3 and later versions 
    1313% 
    14 %  last updated: July 14, 2008 
     14%  last updated: October 17, 2008 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    3333        dynamic('$lgt_after_'/5), hide_predicate('$lgt_after_'/5), 
    3434        dynamic('$lgt_current_protocol_'/5), hide_predicate('$lgt_current_protocol_'/5), 
    35         dynamic('$lgt_current_category_'/7), hide_predicate('$lgt_current_category_'/7), 
    36         dynamic('$lgt_current_object_'/13), hide_predicate('$lgt_current_object_'/13), 
     35        dynamic('$lgt_current_category_'/6), hide_predicate('$lgt_current_category_'/6), 
     36        dynamic('$lgt_current_object_'/11), hide_predicate('$lgt_current_object_'/11), 
     37        dynamic('$lgt_entity_property_'/2), hide_predicate('$lgt_entity_property_'/2), 
    3738        dynamic('$lgt_implements_protocol_'/3), hide_predicate('$lgt_implements_protocol_'/3), 
    3839        dynamic('$lgt_imports_category_'/3), hide_predicate('$lgt_imports_category_'/3),