- Timestamp:
- 06/08/08 03:20:46 (4 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4303 r4304 10568 10568 ), 10569 10569 ( Type \== protocol, Compilation == static, '$lgt_compiler_flag'(reload, skip) -> 10570 Goal = (Goal5, '$lgt_add_static_binding_cache_entry'(Entity))10571 ; Goal = Goal510572 ), 10573 ( Goal == true ->10570 Goal6 = (Goal5, '$lgt_add_static_binding_cache_entry'(Entity)) 10571 ; Goal6 = Goal5 10572 ), 10573 ( Goal6 == true -> 10574 10574 true 10575 ; assertz('$lgt_pp_entity_init_'(Type, Entity, Goal)) 10575 ; '$lgt_simplify_body'(Goal6, Goal), 10576 assertz('$lgt_pp_entity_init_'(Type, Entity, Goal)) 10576 10577 ). 10577 10578
