Changeset 4326

Show
Ignore:
Timestamp:
06/28/08 08:57:13 (5 months ago)
Author:
pmoura
Message:

Small fix to the simplification of the generated entity initialization goals.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4325 r4326  
    1056110561    ;   Goal6 = Goal5   
    1056210562    ), 
    10563     (   Goal6 == true -> 
     10563    '$lgt_simplify_body'(Goal6, Goal), 
     10564    (   Goal == true -> 
    1056410565        true 
    10565     ;   '$lgt_simplify_body'(Goal6, Goal), 
    10566         assertz('$lgt_pp_entity_init_'(Type, Entity, Goal)) 
     10566    ;   assertz('$lgt_pp_entity_init_'(Type, Entity, Goal)) 
    1056710567    ). 
    1056810568