Changeset 3977 for trunk/compiler

Show
Ignore:
Timestamp:
12/21/07 07:51:35 (13 months ago)
Author:
pmoura
Message:

Renamed the predicate property "alias/1" to "alias_of/1" in order to disambiguate its meaning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r3966 r3977  
    18771877        \+ call_with_args(TCtnDcl, Pred, _, _, _, _, _), 
    18781878        '$lgt_alias_pred'(Obj, Prefix, Pred, Pred2), 
    1879         Prop = alias(Pred2) 
     1879        Prop = alias_of(Pred2) 
    18801880    ;   call_with_args(Def, Pred, _, _, _, _, DCtn) ->  % must be the last property checked because 
    18811881        Prop = defined_in(DCtn)                         % of the implicit cut on the ->/2 call 
     
    1109911099'$lgt_valid_pred_property'(meta_predicate(_)). 
    1110011100'$lgt_valid_pred_property'(built_in). 
    11101 '$lgt_valid_pred_property'(alias(_)). 
     11101'$lgt_valid_pred_property'(alias_of(_)). 
    1110211102'$lgt_valid_pred_property'(non_terminal(_)). 
    1110311103'$lgt_valid_pred_property'(synchronized).