Changeset 4512 for trunk/compiler

Show
Ignore:
Timestamp:
10/18/08 04:33:46 (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/compiler/logtalk.pl

    r4511 r4512  
    42564256    retractall('$lgt_current_protocol_'(Entity, _, _, _, _)), 
    42574257    retractall('$lgt_current_category_'(Entity, _, _, _, _, _)), 
     4258    retractall('$lgt_entity_property_'(Entity, _)), 
    42584259    retractall('$lgt_implements_protocol_'(Entity, _, _)), 
    42594260    retractall('$lgt_imports_category_'(Entity, _, _)),