Changeset 3977 for trunk/compiler
- Timestamp:
- 12/21/07 07:51:35 (13 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r3966 r3977 1877 1877 \+ call_with_args(TCtnDcl, Pred, _, _, _, _, _), 1878 1878 '$lgt_alias_pred'(Obj, Prefix, Pred, Pred2), 1879 Prop = alias (Pred2)1879 Prop = alias_of(Pred2) 1880 1880 ; call_with_args(Def, Pred, _, _, _, _, DCtn) -> % must be the last property checked because 1881 1881 Prop = defined_in(DCtn) % of the implicit cut on the ->/2 call … … 11099 11099 '$lgt_valid_pred_property'(meta_predicate(_)). 11100 11100 '$lgt_valid_pred_property'(built_in). 11101 '$lgt_valid_pred_property'(alias (_)).11101 '$lgt_valid_pred_property'(alias_of(_)). 11102 11102 '$lgt_valid_pred_property'(non_terminal(_)). 11103 11103 '$lgt_valid_pred_property'(synchronized).
