Changeset 4442 for trunk/compiler
- Timestamp:
- 08/21/08 08:00:59 (5 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4441 r4442 5015 5015 % '$lgt_pp_entity'(?atom, ?entity_identifier, ?atom, ?atom, ?atom) 5016 5016 % 5017 % provides access to some common used data on the entity being compiled5017 % provides deterministic access to some common used data on the entity being compiled 5018 5018 5019 5019 '$lgt_pp_entity'(object, Entity, Prefix, Dcl, Mode) :- … … 7723 7723 7724 7724 '$lgt_optimizable_local_db_call'(Pred, TPred) :- 7725 '$lgt_pp_object_'(_, Prefix, _, _, _, _, _, _, _, _, _) -> % exclude categories7726 '$lgt_compiler_flag'(debug, off), % not debugging7727 ( Pred = (Head :- Body) -> % only facts allowed7725 '$lgt_pp_entity'(object, _, Prefix, _, _), % only for objects 7726 '$lgt_compiler_flag'(debug, off), % not debugging 7727 ( Pred = (Head :- Body) -> % only facts allowed 7728 7728 Body == true 7729 7729 ; Head = Pred
